- 更新联盟频道

v6
Chaim 4 years ago
parent daf396ef28
commit 2a0e8e5bb6

@ -378,7 +378,7 @@ class UnionService extends Service
}
/**
* 获取频道id
* 获取频道ID
* @return array[]
*/
public function getEliteIdList()

@ -511,7 +511,7 @@ class JinBaoService extends Service
}
/**
* 获取频道id
* 获取频道ID
* @return array[]
*/
public function getChannelTypeList()
@ -561,4 +561,36 @@ class JinBaoService extends Service
],
];
}
/**
* 获取频道来源ID
* @return array[]
*/
public function getResourceTypeList()
{
return [
[
// https://jinbao.pinduoduo.com/third-party/api-detail?apiName=pdd.ddk.resource.url.gen
'name' => '频道推广',
'list' => [
[
'name' => '限时秒杀',
'channel_type' => 4
],
[
'name' => '充值中心',
'channel_type' => 39997
],
[
'name' => '转链',
'channel_type' => 39998
],
[
'name' => '百亿补贴',
'channel_type' => 39996
],
]
],
];
}
}

Loading…
Cancel
Save