shish 3 lat temu
rodzic
commit
62543603d1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-hd/controllers/MtController.php

+ 1 - 1
app-hd/controllers/MtController.php

@@ -39,7 +39,7 @@ class MtController extends PublicController
         $transaction = $connection->beginTransaction();
         try {
             if (isset($post['retail_data']) == false) {
-                noticeUtil::push("美团添加商品,通知我们时出错了,没有获取到相应信息", '15280215347');
+                noticeUtil::push("美团添加商品,通知我们时出错了,没有获取到请求的具体信息", '15280215347');
                 return Json::encode(['data' => 'ok']);
             }
             $retailData = $post['retail_data'];