mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"fileid": "FILEID",
|
||||
"auth_info": [
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID1",
|
||||
"auth": 1
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"departmentid": 1,
|
||||
"auth": 1
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"userid": "USERID",
|
||||
"fileid": "FILEID",
|
||||
"auth_info": [
|
||||
{
|
||||
"type": 1,
|
||||
"userid": "USERID1"
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"departmentid": 1
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user