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
Plain Diff
Browse Files
Authored by
htoooth
2017-03-30 09:50:57 +0800
Commit
b3040bfd7da2ec48d74e478334be55ff197c41f8
2 parents
e83f0194
e72a93c6
Merge branch 'feature/user-session' into feature/format
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/models/login-api.js
apps/passport/models/login-api.js
View file @
b3040bf
...
...
@@ -9,7 +9,7 @@ const api = global.yoho.API;
const
signinByPasswordWithAes
=
(
area
,
profile
,
password
,
shoppingKey
)
=>
{
let
param
=
{
method
:
'app.passport.signin
WebV2
'
,
method
:
'app.passport.signin
AES
'
,
area
:
area
,
profile
:
profile
,
password
:
aes
.
aesPwd
(
password
)
...
...
Please
register
or
login
to post a comment