lvhao 8 godzin temu
rodzic
commit
551afd7cc7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/controllers/Lyerpapi/v1/Thdj.php

+ 1 - 1
core/CoreApp/controllers/Lyerpapi/v1/Thdj.php

@@ -50,7 +50,7 @@ class Thdj extends Lyapi_Controller{
             $this->_json_error('请求方式错误','500');
         }
         $json_str = $this->input->raw_input_stream;
-        $this->logic_ding->sendToDing(date("Y-m-d")."退货登记传图数据记录".$json_str);
+        $this->logic_ding->sendToDing("退货登记传图数据记录".$json_str);
         $data = json_decode($json_str,true);
         $img = isset($data['img']) ? $data['img'] : '';
         $torderinfo = isset($data['torderinfo']) ? $data['torderinfo'] : '';