房间热度卡开发。

This commit is contained in:
2026-01-23 15:06:30 +08:00
parent b6297117a1
commit afbaafbb7c

View File

@@ -119,7 +119,7 @@ class Decorate extends Model
if (!$decorate) {
return ['code' => 0, 'msg' => '参数错误'];
}
if($decorate['type'] == 12){
if(in_array($decorate['type'], [12,13])){
$result['title'] = $decorate['title'];
$result['price'] = (int)$decorate['price'];
$result['base_image'] = localpath_to_netpath($decorate['base_image']);