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 15:54:05 +0800
Commit
c5700c64d6604831d90a25d95cf8c2991daa14d3
1 parent
d8f305b3
供应商id共通参数添加
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
server/middleware/proxy.js
server/middleware/proxy.js
View file @
c5700c6
...
...
@@ -49,7 +49,6 @@ module.exports = (req, res, next) => {
let
supplierId
=
_
.
first
(
currentShop
.
shopsBrands
).
supplierId
;
if
(
channel
===
'erp'
)
{
supplierId
baseParams
=
{
supplierId
,
pid
:
req
.
session
.
LOGIN_UID
,
...
...
Please
register
or
login
to post a comment