Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Promoter/PromoterGetRoleResponse.json

18 lines
294 B
JSON

{
"role_list": [
{
"role_id": 1,
"name": "xxxxx",
"desc": "xxxxx"
},
{
"role_id": 2,
"name": "xxxxx",
"desc": "xxxxx"
}
],
"total_cnt": 2,
"errcode": 0,
"errmsg": "OK"
}