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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-02-23 18:06:36 +0800
Commit
644cd77583160382071c4cb71ce7e9d9cf4fca9c
1 parent
96566893
user-agent-add
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
apps/serverAPI/order/shopping.js
apps/serverAPI/order/shopping.js
View file @
644cd77
...
...
@@ -227,7 +227,10 @@ exports.orderSub = (uid, addressId, cartType, deliveryTime,
}
return
api
.
get
(
''
,
params
,
{
headers
:
{
'X-Forwarded-For'
:
ip
||
''
}
headers
:
{
'X-Forwarded-For'
:
ip
||
''
,
'User-Agent'
:
userAgent
}
});
};
...
...
Please
register
or
login
to post a comment