作者 王晓刚
1 个管道 的构建 通过 耗费 2 秒

托管成功短信提示

@@ -442,6 +442,8 @@ class FormController extends WeChatBaseController @@ -442,6 +442,8 @@ class FormController extends WeChatBaseController
442 $arr['code'] = 40000; 442 $arr['code'] = 40000;
443 $arr['msg'] = '短信接口出错'; 443 $arr['msg'] = '短信接口出错';
444 return json_encode($arr); 444 return json_encode($arr);
  445 + }else{
  446 + echo 1;
445 } 447 }
446 } 448 }
447 $arr['code'] = 20000; 449 $arr['code'] = 20000;