mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
18 lines
294 B
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"
|
|
}
|