Commit fea6cb33 authored by 汪忙忙's avatar 汪忙忙

fix

parent 3c56c468
...@@ -8,5 +8,10 @@ module.exports = [ ...@@ -8,5 +8,10 @@ module.exports = [
type: 'input', type: 'input',
name: 'description', name: 'description',
message: 'description?', message: 'description?',
},
{
type: 'input',
name: 'consumerId',
message: '消费端id?',
} }
] ]
\ No newline at end of file
...@@ -111,7 +111,7 @@ const PRIZE_TYPE = { ...@@ -111,7 +111,7 @@ const PRIZE_TYPE = {
THANKS: 5 THANKS: 5
}; };
// C端的APP NAME // C端的APP NAME
const C_APP_NAME = 'promotioncenter-${需要补充}'; const C_APP_NAME = 'promotioncenter-<%=consumerId%>';
// 订单状态 // 订单状态
const TAOBAO_SUCCESS_ORDER_STATUS = [ const TAOBAO_SUCCESS_ORDER_STATUS = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment