Commit 78a9d787 authored by 秦海涛's avatar 秦海涛

update

parent 119f0a98
......@@ -59,7 +59,7 @@ const CODE_TYPES = {
const SHARE_TOTAL_COUNT = 5; //验证要求5人后,完成分享任务
const B_APP_NAME = "promotioncenter-3000000002693435"; // B端的APP NAME
const B_APP_NAME = "promotioncenter-<%=bizCode%>"; // B端的APP NAME
const 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";
......@@ -100,8 +100,8 @@ const TASK_CHECK_TYPE = {
"jumpLink",
"collectGoods",
],
reg: /[1-9]/,
regName: "1-9之内",
reg: /[1-99]/,
regName: "1-99之内",
},
times: {
list: [
......
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