中超服务数据格式文档
类目type
key | 说明 | define |
type | 类型编号 | 32 |
搜索模式
1. 中超赛程
搜索词示例: 中超赛程
意图字段
key | 类型 | 示例 |
data_type | string |
意图数据
{"type": 27, "slot_list": [{"key": "data_type"},{"value": "1"}]}
2. 球队+赛程
搜索词示例: 恒大赛程
意图字段
key | 类型 | 示例 |
data_type | string | 2 |
意图数据
{"type":27,"slot_list":[{"key":"data_type","value":"2"},{"key":"team1","value":"恒大"}]}
3. 双球队对决
搜索词示例: 广州恒大对山东鲁能
意图字段
key | 类型 | 示例 |
data_type | string | 3 |
team1 | string | 广州恒大淘宝 |
team2 | string | 山东鲁能 |
意图数据
{"type":32,"slot_list":[{"key":"data_type","value":"3"},{"key":"team1","value":"广州恒大淘宝"},{"key":"team2","value":"山东鲁能"}]}
4. 排行榜
搜索词示例: 中超积分榜
意图字段
key | 类型 | 示例 |
data_type | string | 4 |
data_sub_type | number | 1 |
意图数据
{"type":32,"slot_list":[{"key":"data_type","value":"4"},{"key":"data_sub_type","value":"1"}]}
数据字段
key | 类型 | 含义 | 说明 |
err_code | integer | 返回值 | 0代表正确,非0代表错误 请按如下规范返回错误码并且前端显示提示语: -1: 无结果 -2: 参数不对 -3: 系统错误 |
err_msg | string | 提示信息 | 针对于返回码的描述信息 |
more_description | string | 底部查看更多提示 | 点击查看更多赛程信息 |
item_list | array | 赛程列表 | 赛程列表 |
item_list.time | string | 时间 | 10-29 09:30 |
item_list.match | string | 比赛名 | 恒大vs鲁能 |
item_list.score | string | 得分 | 3:2 |
item_list.state | string | 赛况 | 已结束 |
item_list.jump_url | string | 跳转路径 | pages/result/result |
rank | string | 排名 | 排名第1 |
title | string | 球队 | 恒大 |
wl | string | 战绩 | 3胜0平0负 |
cover | string | 图片 | https://xxx |
基于不同的搜索模式与自定义模板,开发者实际需要返回的数据字段为本文档所罗列的数据字段的子集。本文档仅做参考,开发者可在选择模板后,在微信公众平台下载相应的接口协议文档。详情见开发后台接口。