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