文档
测试

获取课程人员列表

GET
http://10.2.222.222:81/index.php/zero/course_Deduction/getCourseDeductionList?sid=0010922_F0RAUXTAOgPYUpyd97gdzCNLsG6uToJI

请求参数

参数名
类型
描述
必填
sid
string
登录凭证,示例:0010922_F0RAUXTAOgPYUpyd97gdzCNLsG6uToJI
必填
courseId
int
课程id,示例:1,从【获取课程列表】接口获取,取对应id
必填
page
int
页数
必填
pageSize
int
每页数量
必填

响应参数

application/json
参数名
类型
描述
必填
Success
boolean
true
必填
Msg
string
OK
必填
Data
object
数据字典
必填
data
array
数据列表
必填
id
int
6
必填
manageNo
string
AMN00008136
必填
fee
int
学费,示例:5000
必填
remainingFee
int
剩余学费,示例:5000
必填
periodsNum
int
期数,示例:16
必填
startMonth
string
开始时间,示例:2024.08
必填
endMonth
string
结束时间,示例:2025.11
必填
staffname
string
陈奥
必填
position
string
烫染师P3
必填
store
string
150-程STUDIO七宝万科店
必填
period
string
2024.08~2025.11
必填
pageInfo
object
数据字典
必填
page
int
1
必填
pageSize
int
20
必填
total
int
4
必填
Code
string
0000
必填

说明 / 示例

{ "Success": true, "Msg": "OK", "Data": { "data": [ { "id": 6, "manageNo": "AMN00008136", "fee": 5000, "remainingFee": 5000, "periodsNum": 16, "startMonth": "2024.08", "endMonth": "2025.11", "staffname": "陈奥", "position": "烫染师P3", "store": "150-程STUDIO七宝万科店", "period": "2024.08~2025.11" }, { "id": 3, "manageNo": "AMN00008513", "fee": 5000, "remainingFee": 5000, "periodsNum": 16, "startMonth": "2024.08", "endMonth": "2025.11", "staffname": "谢唐梅(小九)", "position": "美甲美睫师S2", "store": "097-樱花美睫月亮湾店", "period": "2024.08~2025.11" }, { "id": 2, "manageNo": "AMN00006446", "fee": 5000, "remainingFee": 5000, "periodsNum": 16, "startMonth": "2024.08", "endMonth": "2025.11", "staffname": "路倩倩(路倩倩)", "position": "美甲美睫师S3", "store": "139-樱花美睫华润时代店", "period": "2024.08~2025.11" }, { "id": 1, "manageNo": "AMN00009094", "fee": 5000, "remainingFee": 5000, "periodsNum": 4, "startMonth": "2025.08", "endMonth": "2025.11", "staffname": "王辉", "position": "服务端工程师", "store": "001-维沙企业总部", "period": "2025.08~2025.11" } ], "pageInfo": { "page": 1, "pageSize": 20, "total": 4 } }, "Code": "0000" }