Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-03-24 13:39:03 +0800
Commit
98ed587349511851b40f344eee02dc481c6843de
2 parents
e5ab0a02
f30b0f06
Merge branch 'feature/session' into 'release/5.5.1'
Feature/session See merge request
!422
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/passport/models/auth-helper.js
apps/passport/models/auth-helper.js
View file @
98ed587
...
...
@@ -25,7 +25,7 @@ class Auth {
static
signinAes
(
area
,
profile
,
password
,
shoppingKey
)
{
let
param
=
{
method
:
'app.passport.signin
AES
'
,
method
:
'app.passport.signin
WebV2
'
,
area
:
area
,
profile
:
profile
,
password
:
aes
.
aesPwd
(
password
)
...
...
Please
register
or
login
to post a comment