Commit d701db4c authored by XieZhiXiong's avatar XieZhiXiong

feat: 添加 营销活动 配置

parent 785b29a1
......@@ -26,6 +26,7 @@ import * as ReportV2Api from './ReportV2Api';
import * as EnhanceV2Api from './EnhanceV2Api';
import * as MessageV2 from './MessageV2Api';
import * as LogiticsV2 from './LogiticsV2Api';
import * as MarketingApi from './MarketingApi';
/**
......@@ -64,5 +65,6 @@ export const PublicApi = {
...ReportV2Api,
...EnhanceV2Api,
...MessageV2,
...LogiticsV2
...LogiticsV2,
...MarketingApi,
}
......@@ -28,6 +28,7 @@ const tokenList = [
{ name: 'EnhanceV2', token: '71b97616a81866ade2731437ca121e288b1dd8331dce4b5c1ccaacb176c16580', categoryIds: [0], }, // 加工服务v2
{ name: 'MessageV2', token: '69a667ec9861e8bdc25b89238d0b908a2123d9fce26e72fec3cdf6cd0b1f2681', categoryIds: [0], }, // 消息中心v2
{ name: 'LogiticsV2', token: '732fb8e33970ff5dee830423a630e8e85c3ef3293abba7581b16749dfce8608b', categoryIds: [0], }, // 物流能力v2
{ name: 'Marketing', token: 'd952d25c4e8272a6dff69245dbddf983dc886521e2623464e476922fc95f43af', categoryIds: [0], }, // 营销能力
]
......
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