gameList
优质
小牛编辑
132浏览
2023-12-01
说明
调用方法:
- $.f2eMb.task.gameList(option,fn)
函数说明:
游戏列表
参数说明:
- @param {string} platform 游戏平台(必要)
- @param {string} channel 渠道(必要)
- @param {string} html5 H5游戏 参数为 1
- @param {function} fn 回调函数
- @void
- @example
参数 | 说明 |
---|---|
platform | 1:android 平台, 2:ios 平台, 8:H5 平台 |
channel | 盒子:FROM_CPSHZ_CLOLHZ, 微会:FROM_CPSHZ_CWH, 手机YY:FROM_CPSHZ_CYY |
返回数据说明:
<script>
</script>
脚本
<script>
var option = {
"platform":1,
"channel":"FROM_CPSHZ_CLOLHZ",
"html5":1
}
$.f2eMb.task.gameList(option,function(data){
})
</script>