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

This commit is contained in:
Fu Diwei
2021-05-28 19:27:38 +08:00
parent dc78ea6577
commit 27cd4178e7
988 changed files with 11052 additions and 206 deletions

View File

@@ -0,0 +1,4 @@
{
"action": "dev_agree",
"appid": "aaaa"
}

View File

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

View File

@@ -0,0 +1,5 @@
{
"action": "dev_apply_list",
"page": 1,
"num": 10
}

View File

@@ -0,0 +1,21 @@
{
"errcode": 0,
"errmsg": "ok",
"apply_list": [
{
"appid": "xxxxxxxxxxxxx",
"status": 1,
"nickname": "名称",
"headimgurl": "**********",
"reason": "polo has gone",
"apply_url": "*******",
"create_time": "1536305096",
"categories": [
{
"first": "IT科技",
"second": "硬件与设备"
}
]
}
]
}

View File

@@ -0,0 +1,3 @@
{
"action": "dev_delete"
}

View File

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

View File

@@ -0,0 +1,4 @@
{
"action": "dev_refuse",
"reason": "refuse reason"
}

View File

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

View File

@@ -0,0 +1,5 @@
{
"action": "apply",
"plugin_appid": "aaaa",
"reason": "hello"
}

View File

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

View File

@@ -0,0 +1,3 @@
{
"action": "list"
}

View File

@@ -0,0 +1,12 @@
{
"errcode": 0,
"errmsg": "ok",
"plugin_list": [
{
"appid": "aaaa",
"status": 1,
"nickname": "插件昵称",
"headimgurl": "http://plugin.qq.com"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"action": "unbind",
"plugin_appid": "aaaa"
}

View File

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