文档
测试

购买会员卡

POST
http://mudan.bxwhl.com/api/tiny-shop/v1/member/member/get-agent-info

接口描述

会员中心购买会员卡按钮

请求头

参数名
类型
描述
必填
x-api-token
string
必填

说明 / 示例

>成功 ```json { "code": 200, "message": "success", "data": { "agent": { //服务商 "id": 8852, "pid": 6101, "nickname": "", "mobile": "18656893981", "agent": 1 }, "partner": { //合伙人 "id": 6056, "pid": 6, "nickname": "刘頔", "mobile": "11325733353", "agent": 2 } } }