{
"fromSoftId": 1
}
curl --location --request POST '/myauth/web/getRoleListEx' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromSoftId": 1
}'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": [
{
"name": "代理商",
"id": 2
},
{
"name": "授权商",
"id": 3
}
],
"timestamp": 1647064183729
}