刘桂岩 2 年之前
父节点
当前提交
3a740fe319
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/Index.php

+ 1 - 0
app/controller/Index.php

@@ -92,6 +92,7 @@ class Index extends BaseController
             Db::table('api_log')->insert(['type'=>4,'barcode'=>$code,'data'=>json_encode($result)]);
             if($info)
             {
+                var_dump($info);die;
                 $returnCode = $info['ResultCode'];
                 if($returnCode !== '1')
                 {