作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

bug修改

@@ -49,7 +49,7 @@ class Sms extends Api @@ -49,7 +49,7 @@ class Sms extends Api
49 //未注册 49 //未注册
50 $this->error(__('未注册')); 50 $this->error(__('未注册'));
51 } elseif ($event == 'bind' && $userinfo) { 51 } elseif ($event == 'bind' && $userinfo) {
52 - $third = Db::name('user_third')->where('user_id',$userinfo['id'])->where('platform','wechat')->find(); 52 + $third = db('user_third')->where('user_id',$userinfo['id'])->where('platform','wechat')->find();
53 if($third){ 53 if($third){
54 //被绑定 54 //被绑定
55 $this->error(__('该手机号已绑定微信')); 55 $this->error(__('该手机号已绑定微信'));