15954078560 2 years ago
parent
commit
0abc9df64f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Index.php

+ 1 - 1
application/api/controller/Index.php

@@ -1016,7 +1016,7 @@ class Index extends Api
 
         if (is_array($ret)) {
             return '';
-        }
+        }p($ret);die;
         if (json_decode($ret)) {
             $this->error('生成失败');
         }