Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
7 years ago
Commit
49448e3c4e840a82eac1f237ff89b4cebca9b8d8
1 parent
3c1623ef
req
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/controllers/bind.js
apps/passport/controllers/bind.js
View file @
49448e3
...
...
@@ -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
)
{
...
...
Please
register
or
login
to post a comment