正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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(__('该手机号已绑定微信')); |
-
请 注册 或 登录 后发表评论