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
fea6cb33
Commit
fea6cb33
authored
Aug 11, 2020
by
汪忙忙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3c56c468
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ask.js
ask.js
+5
-0
constants.js
v1.0/constants.js
+1
-1
No files found.
ask.js
View file @
fea6cb33
...
...
@@ -8,5 +8,10 @@ module.exports = [
type
:
'input'
,
name
:
'description'
,
message
:
'description?'
,
},
{
type
:
'input'
,
name
:
'consumerId'
,
message
:
'消费端id?'
,
}
]
\ No newline at end of file
v1.0/constants.js
View file @
fea6cb33
...
...
@@ -111,7 +111,7 @@ const PRIZE_TYPE = {
THANKS
:
5
};
// C端的APP NAME
const
C_APP_NAME
=
'promotioncenter-
${需要补充}
'
;
const
C_APP_NAME
=
'promotioncenter-
<%=consumerId%>
'
;
// 订单状态
const
TAOBAO_SUCCESS_ORDER_STATUS
=
[
...
...
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