作者 Cool
1 个管道 的构建 通过 耗费 1 秒

留言列表接口调整

... ... @@ -387,7 +387,7 @@ class Hot extends Api
{
$param = (new HotValidate())->goCheck('common');
$where = [
'where' => ['store_id' => $param['store_id']]
'where' => ['user_id'=>$this->auth->id,'store_id' => $param['store_id']]
];
$model = new StoreComment();
$order = ['createtime'=>'DESC'];
... ...