文档
测试

报名处排行

POST
http://jiaxiao.dianjinkeji.cn/index.php/home/target/bmdd

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
id
int
示例:1
必填
name
string
示例:凤奇驾校
必填
campus_id
int
示例:1
必填
address
string
示例:某某街道……
必填
tel
string
示例:400-11112222
必填
today
int
示例:4
必填
month
int
示例:302
必填
last_month
int
示例:12
必填
year
int
示例:314
必填
last_year
int
示例:0
必填
status
string
示例:success
必填
message
string
示例:操作完成
必填

说明 / 示例

{ "data": [ { "id": 1, "name": "凤奇驾校", "campus_id": 1, "address": "某某街道……", "tel": "400-11112222", "today": 4, "month": 302, "last_month": 12, "year": 314, "last_year": 0 }, { "id": 4, "name": "牛心台", "campus_id": 1, "address": "牛心台", "tel": "400-11112222", "today": 2, "month": 3, "last_month": 0, "year": 3, "last_year": 0 }, { "id": 3, "name": "大苹果", "campus_id": 1, "address": "大苹果", "tel": "400-11112222", "today": 0, "month": 0, "last_month": 0, "year": 0, "last_year": 0 } ], "status": "success", "message": "操作完成" }