文档
测试

会员列表

GET
/member/Introduce

请求参数

参数名
类型
描述
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
data
array
数据列表
必填
type
int
示例 等级 1 2 3
必填
condition
string
示例:升级条件
必填
gradeIncome
string
示例:等级收益
必填
msg
string
示例:注意事项
必填
money
string
示例:所需金额
必填
points
int
示例:所需积分
必填
Message
string
示例:SUCCESS
必填

说明 / 示例

```json { "code": "200", "data": [ { "type": 1, "condition": "按客户可回款较好", "gradeIncome": "奥科吉哈客家话洒基", "msg": "按时卡", "money": "90", "points": 190 }, { "type": 2, "condition": "按客户可回款较好", "gradeIncome": "奥科吉哈客家话洒基", "msg": "按时卡", "money": "90", "points": 190 }, { "type": 3, "condition": "按客户可回款较好", "gradeIncome": "奥科吉哈客家话洒基", "msg": "按时卡", "money": "90", "points": 190 } ], "Message": "SUCCESS" } ```