Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2017-05-11 18:23:26 +0800
Commit
36e9a46632ab5d32495d17d42fed91fb099fc57a
1 parent
ad2c41aa
临时变量去掉
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
server/service/user-service.js
server/service/user-service.js
View file @
36e9a46
...
...
@@ -33,10 +33,6 @@ class UserService extends Context {
}
shopLogin
(
account
,
password
)
{
return
Promise
.
resolve
({
PHPSESSID
:
1
,
'connect.sid'
:
2
})
return
rp
.
get
({
url
:
apiDomain
.
shop
.
login
,
resolveWithFullResponse
:
true
,
...
...
Please
register
or
login
to post a comment