mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"calendar": {
|
||||
"organizer": "userid1",
|
||||
"readonly": 1,
|
||||
"set_as_default": 1,
|
||||
"summary": "test_summary",
|
||||
"color": "#FF3030",
|
||||
"description": "test_describe",
|
||||
"shares": [
|
||||
{
|
||||
"userid": "userid2"
|
||||
},
|
||||
{
|
||||
"userid": "userid3",
|
||||
"readonly": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"agentid": 1000014
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"cal_id_list": [ "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA" ]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"calendar_list": [
|
||||
{
|
||||
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA",
|
||||
"organizer": "userid1",
|
||||
"readonly": 1,
|
||||
"summary": "test_summary",
|
||||
"color": "#FF3030",
|
||||
"description": "test_describe_1",
|
||||
"shares": [
|
||||
{
|
||||
"userid": "userid2"
|
||||
},
|
||||
{
|
||||
"userid": "userid1",
|
||||
"readonly": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"calendar": {
|
||||
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA",
|
||||
"readonly": 1,
|
||||
"summary": "test_summary",
|
||||
"color": "#FF3030",
|
||||
"description": "test_describe_1",
|
||||
"shares": [
|
||||
{
|
||||
"userid": "userid1"
|
||||
},
|
||||
{
|
||||
"userid": "userid2",
|
||||
"readonly": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
Reference in New Issue
Block a user