lottery

咕啦-彩票系统


赛事资讯

<p><strong>简要描述:</strong> </p> <ul> <li>赛事公告数据接入</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/cron/data/information-data</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">是</td> <td style="text-align: left;">json</td> <td>数据</td> </tr> </tbody> </table> <p><strong>参数示例:</strong> </p> <pre><code>{ "data": [ { "data_source": "腾讯体育", //数据源 "pic_name":"xxxxx", //资讯题头 "pic_url": "xxxxxxxxxx" //资讯相关图片 多图片用','隔开 "content":"xxxxxxxxxxxxx" //资讯内容 "type": 1 // 资讯类型 传1即可 "info_type" : "1" //资讯子类 1 足球 2 篮球 "league_code": "西甲" // 资讯所属联赛 "create_time": "2020-03-04 11:03:48" // 发布时间 "sub_content": "xxxxxxxxxxxx" // 小标题内容 } ] }</code></pre> <p><strong>返回示例</strong></p> <pre><code> { “code”:600, "msg":"数据插入成功", "result":"" }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML