提交 2a0e8e5b 编写于 作者: 李光春's avatar 李光春

- 更新联盟频道

上级 daf396ef
......@@ -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
],
]
],
];
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册