房间热度卡开发。
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user