Explorar o código

修改接口:编辑网民留言

FengR hai 4 días
pai
achega
60c7ffdaf7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/JsonRpc/NewsService.php

+ 2 - 0
app/JsonRpc/NewsService.php

@@ -8965,6 +8965,8 @@ class NewsService implements NewsServiceInterface
     }
     if($user['type_id'] == 10000){
       $data['status'] = 1;
+    }else{
+      $data['status'] = 0;
     }
     $message = Message::where('id', $data['id'])->first();
     if (empty($message)) {