Authored by 周少峰

req

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