文档
测试

北单下注额同步

GET
/datashare/matchLotterySale

接口描述

北单彩票销售额同步接口,本接口仅提供北单数据

请求参数

参数名
类型
描述
必填
t
String
时间戳,当前时间前后2小时内,格式 yyyyMMddHH
必填
code
String
用户编号,系统分配给用户的32位编码
必填
auth_token
String
校验参数,md5(md5(username)+secreteKey+code+时间戳)
必填
issues
String
北单的期号(参看 彩票数据同步 接口对应的字段),多个期号同时查询,请使用逗号隔开,如 :20012,20011
必填
type_id
int
彩种id:3/4,参看彩种说明
必填

响应参数

参数名
类型
描述
必填
issue
String
北单的期号
必填
type_id
int
彩种id:3/4,参看彩种说明
必填
sale
int
销售额,单位:人民币元
必填