Commit be7741a8 authored by zhaofei's avatar zhaofei

s

parent 0cf0a279
......@@ -12,5 +12,5 @@ export default {
appId: "<%=appId%>",
// 配置应用appID, 权益插件用
bizCode: "<%=bizCode%>",
bizCode: "<%=appId%>",
};
......@@ -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;
......
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