mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"action": "dev_agree",
|
||||
"appid": "aaaa"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errmsg": "ok",
|
||||
"errcode": 0
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"action": "dev_apply_list",
|
||||
"page": 1,
|
||||
"num": 10
|
||||
}
|
||||
@@ -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": "硬件与设备"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"action": "dev_delete"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errmsg": "ok",
|
||||
"errcode": 0
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"action": "dev_refuse",
|
||||
"reason": "refuse reason"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errmsg": "ok",
|
||||
"errcode": 0
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"action": "apply",
|
||||
"plugin_appid": "aaaa",
|
||||
"reason": "hello"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"action": "list"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"plugin_list": [
|
||||
{
|
||||
"appid": "aaaa",
|
||||
"status": 1,
|
||||
"nickname": "插件昵称",
|
||||
"headimgurl": "http://plugin.qq.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"action": "unbind",
|
||||
"plugin_appid": "aaaa"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
Reference in New Issue
Block a user