...
|
...
|
@@ -193,7 +193,7 @@ const bind = { |
|
|
* code:505 // 手机号码注册过,而且该第三方也已经绑定过手机号
|
|
|
* code:506 // 手机号码注册过,而且该手机号码也已经绑定过该类型第三方
|
|
|
*/
|
|
|
bind._bindCheck(mobile, openId, area, sourceType).then(result => {
|
|
|
bind._bindCheck(req, mobile, openId, area, sourceType).then(result => {
|
|
|
if (result.code === 201) {
|
|
|
req.ctx(BindService).sendBindMsg(area, mobile).then(d => {
|
|
|
if (d && d.code) {
|
...
|
...
|
|