文档
测试

获取删除数据

GET
https://open.sportnanoapi.com/api/v4/basketball/deleted

请求参数

参数名
类型
描述
必填
user
string
用户名
必填
secret
string
用户密钥
必填

响应参数

参数名
类型
描述
必填
code
必填
results
必填

说明 / 示例

{ "type": "object", "properties": { "code": {"type": "integer"}, "results": { "type": "object", "properties": { "match": { "type": "array", "description": "没有数据,字段可能不存在<br/>example:[0]", "items": "", "enum": ["id - int"] }, "team": { "type": "array", "description": "没有数据,字段可能不存在<br/>example:[0]", "items": "", "enum": ["id - int"] }, "player": { "type": "array", "description": "没有数据,字段可能不存在<br/>example:[0]", "items": "", "enum": ["id - int"] }, "competition": { "type": "array", "description": "没有数据,字段可能不存在<br/>example:[0]", "items": "", "enum": ["id - int"] }, "season": { "type": "array", "description": "没有数据,字段可能不存在<br/>example:[0]", "items": "", "enum": ["id - int"] } } } } }