Browse Source

修改接口:审核网站留言

FengR 5 ngày trước cách đây
mục cha
commit
ed1cd9e1a3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/JsonRpc/NewsService.php

+ 1 - 0
app/JsonRpc/NewsService.php

@@ -9033,6 +9033,7 @@ class NewsService implements NewsServiceInterface
       return Result::error('留言不存在!');
     }
     unset($data['id']);
+    unset($data['user_id']);
     if($data['status'] != 2){
       $data['reason'] = null;
     }