|
@@ -158,7 +158,7 @@ func (c *AdminWxController) BindMobile() {
|
|
}
|
|
}
|
|
openId := info["open_id"]
|
|
openId := info["open_id"]
|
|
unionId := info["union_id"]
|
|
unionId := info["union_id"]
|
|
- if openId == "" || unionId == "" {
|
|
|
|
|
|
+ if openId == "" {
|
|
c.FailWithMessage("授权信息不存在", "授权信息不存在")
|
|
c.FailWithMessage("授权信息不存在", "授权信息不存在")
|
|
return
|
|
return
|
|
}
|
|
}
|