Commit 3d7977a7 authored by mengcuiguang's avatar mengcuiguang

添加抖音appid

parent 07f3149e
......@@ -10,6 +10,10 @@
{
"launchtype" : "local"
},
"mp-toutiao" :
{
"launchtype" : "local"
},
"mp-weixin" :
{
"launchtype" : "local"
......
......@@ -163,7 +163,8 @@
"usingComponents" : true,
"uniStatistics" : {
"enable" : false
}
},
"appid" : "ttde5ea8e3416e330801"
},
"uniStatistics" : {
"enable" : false,
......
......@@ -131,10 +131,20 @@ export default {
let requestTask;
let uniChannel='wechat';
// #ifdef MP-KUAISHOU
uniChannel='kuaishou';
// #endif
// #ifdef MP-TOUTIAO
uniChannel='douyin';
// #endif
Object.assign(header, {
token: uni.getStorageSync('token'),
// token: 'AC8FA7EB65C3074472378362124462E70E762CAB0EAD1C6EABB742EB893A61C05F433703067DF5142735505C42F58997',
pkgName: app.globalData.pkgName
pkgName: app.globalData.pkgName,
proChannel:uniChannel
})
options = Object.assign(options, {
......
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