xiaoyu 2 년 전
부모
커밋
bba78e151c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vapi/control/retail.php

+ 1 - 1
vapi/control/retail.php

@@ -55,7 +55,7 @@ class retailControl extends vbaseControl
             $sapi = new sapi();
             $body = ['pageId' => $_POST['pageId'], 'tid' => $_POST['tid'], 'lbid' => $_POST['lbid']];
             $resp = $sapi->send($body);
-            Log::record("sapi result {$resp}");
+            Log::record("sapi result {$resp}", Log::DEBUG);
             return self::outsuccess([]);
         } else {
             return self::outerr(301, "录入信息失败.");