黄宗昌 2 лет назад
Родитель
Сommit
2855d29021
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/V1/ProductController.php

+ 1 - 1
app/Http/Controllers/V1/ProductController.php

@@ -418,7 +418,7 @@ class ProductController extends Controller
     public function report(Request $request){
     public function report(Request $request){
         $params = $request->all();
         $params = $request->all();
         if(empty($params['product_id'])){
         if(empty($params['product_id'])){
-            return $this->error("举报不能为空!");
+            return $this->error("举报文件不能为空!");
         }
         }
         if(empty($params['report_id'])){
         if(empty($params['report_id'])){
             return $this->error("举报问题不能为空!");
             return $this->error("举报问题不能为空!");