Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinhaitao
taobao-mini-template
Commits
be7741a8
Commit
be7741a8
authored
Nov 24, 2020
by
zhaofei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
0cf0a279
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config.js
client/config.js
+1
-1
constants.js
server/duibats/dist/constants.js
+1
-1
No files found.
client/config.js
View file @
be7741a8
...
...
@@ -12,5 +12,5 @@ export default {
appId
:
"<%=appId%>"
,
// 配置应用appID, 权益插件用
bizCode
:
"<%=
bizCode
%>"
,
bizCode
:
"<%=
appId
%>"
,
};
server/duibats/dist/constants.js
View file @
be7741a8
...
...
@@ -159,7 +159,7 @@ exports.errorCode = {
'000031'
:
'奖品配置不正确'
};
// B端的APP NAME
exports
.
B_APP_NAME
=
'promotioncenter-<%=
bizCode
%>'
;
exports
.
B_APP_NAME
=
'promotioncenter-<%=
appId
%>'
;
exports
.
GOODSINFO
=
'detail_url,approve_status,num_iid,title,nick,type,cid,pic_url,num,props,valid_thru,list_time,price,has_discount,has_invoice,has_warranty,has_showcase,modified,delist_time,postage_id,seller_cids,outer_id,sold_quantity'
;
exports
.
EIGHT_HOURS
=
60
*
60
*
8
*
1000
;
exports
.
_48_HOURS
=
48
*
60
*
60
*
1000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment