文档
测试

获取科目数据

GET
http://{{url}}/api/dock/get_level?pcode=

请求参数

参数名
类型
描述
必填
pcode
string
示例:
必填
shop_id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:ok
必填
time
string
示例:1640945571
必填
data
array
数据列表
必填
id
int
示例:1
必填
ccode
string
示例:1001
必填
ccode_name
string
示例:一级科目
必填
igrade
int
示例:1
必填
bend
int
示例:0
必填
createtime
int
示例:1640944254
必填
updatetime
int
示例:1640944254
必填
children
array
数据列表
必填
id
int
示例:2
必填
ccode
string
示例:100101
必填
ccode_name
string
示例:二级科目
必填
igrade
int
示例:2
必填
bend
int
示例:0
必填
createtime
int
示例:1640944254
必填
updatetime
int
示例:1640945529
必填
children
array
数据列表
必填
id
int
示例:3
必填
ccode
string
示例:10010101
必填
ccode_name
string
示例:三级科目
必填
igrade
int
示例:3
必填
bend
int
示例:1
必填
createtime
int
示例:1640945529
必填
updatetime
int
示例:1640945529
必填