| 拥有此API的权限集 |
|---|
| 推广员管理-查询推广员信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.distributor.member.change/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xe_xxxx",
"user_id": "u_xxx",
"parent_user_id": "u_xxx",
"former_parent_user_id": "u_xxx"
}'{
"code": 0,
"msg": "操作成功1",
"data": ""
}