正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -184,7 +184,7 @@ class Wechat extends Api | @@ -184,7 +184,7 @@ class Wechat extends Api | ||
| 184 | $save['loginip'] = $save['joinip'] = request()->ip(); | 184 | $save['loginip'] = $save['joinip'] = request()->ip(); |
| 185 | $save['store_id'] = $store_id; | 185 | $save['store_id'] = $store_id; |
| 186 | $w['openid'] = $openid; | 186 | $w['openid'] = $openid; |
| 187 | - $w['store_id'] = $store_id; | 187 | + $w['verification_store_id'] = $store_id; |
| 188 | $user = Db::name('user')->where($w)->find(); | 188 | $user = Db::name('user')->where($w)->find(); |
| 189 | //存在更新否则新增 | 189 | //存在更新否则新增 |
| 190 | if(empty($user)){ | 190 | if(empty($user)){ |
-
请 注册 或 登录 后发表评论