test(work): 适配新的模型测试

This commit is contained in:
Fu Diwei
2021-06-04 01:10:54 +08:00
parent be687f5ffb
commit 31f9425171
130 changed files with 1875 additions and 0 deletions

View File

@@ -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
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA"
}

View File

@@ -0,0 +1,3 @@
{
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA"
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}

View File

@@ -0,0 +1,3 @@
{
"cal_id_list": [ "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA" ]
}

View File

@@ -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
}
]
}
]
}

View File

@@ -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
}
]
}
}

View File

@@ -0,0 +1,4 @@
{
"errcode": 0,
"errmsg": "ok"
}