作者 sgj
1 个管道 的构建 通过 耗费 2 秒

微信登录跳转问题

@@ -96,6 +96,7 @@ class IndexController extends WeChatBaseController @@ -96,6 +96,7 @@ class IndexController extends WeChatBaseController
96 * @param $tel 96 * @param $tel
97 */ 97 */
98 public function sendVerifyCode(){ 98 public function sendVerifyCode(){
  99 + $this->success();
99 $tel=input('tel'); 100 $tel=input('tel');
100 $code=cmf_get_verification_code($tel, $length = 6); 101 $code=cmf_get_verification_code($tel, $length = 6);
101 if ($code===false){ 102 if ($code===false){