- 统一接口
- 分管控制台/客服坐席管理
- 客服坐席
- 主控
- 分管
- 菜单管理
- 管理员
- 首页
- IP管理
- 坐席主管
- ip2world
- 拉群
- 消息回调POST
- 重 新登录POST
- 协议回调更新手机号状态POST
- 物理IP获取POST
- 提供给协议做调用POST
查询用户折扣列表
将废弃
开发环境
http://localhost:8080
开发环境
http://localhost:8080
GET
/system/user/selectUserDiscounts
请求参数
Query 参数
roleId
string
必需
userName
string
可选
Header 参数
token
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/system/user/selectUserDiscounts?roleId=&userName=' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
total
integer
必需
data
array [object {5}]
必需
id
integer
用户折扣id
userName
string
id
remark
string
名字
priceRatio
integer
单价比例
actualUnitPrice
integer
实际单价
code
integer
必需
msg
string
必需
示例
{"total":2,"data":[{"id":1166,"userName":"agency0924","remark":"代理","priceRatio":0.9,"priceRatioPercentage":"90%","actualUnitPrice":0.5103000},{"id":1238,"userName":"agent_spc","remark":"代理","priceRatio":1.0,"priceRatioPercentage":"100%","actualUnitPrice":0.5670000}],"code":200,"msg":"查询成功"}
修改于 2024-05-11 02:37:20