mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"audit_id": 12345
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"nickname": "xxx",
|
||||
"audit_stat": 2,
|
||||
"fail_reason": "xxx",
|
||||
"create_time": 1519724071,
|
||||
"audit_time": 1519724950
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"status": 0
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"action": "get",
|
||||
"is_pre_fetch_open": true,
|
||||
"pre_fetch_type": 0,
|
||||
"pre_fetch_url": "https://fff.com",
|
||||
"is_period_fetch_open": true,
|
||||
"period_fetch_type": 1,
|
||||
"period_env": "test-pfyol",
|
||||
"period_function_name": "login"
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"is_pre_fetch_open": true,
|
||||
"pre_fetch_type": 1,
|
||||
"pre_env": "test-pfyol",
|
||||
"pre_function_name": "test_func",
|
||||
"is_period_fetch_open": true,
|
||||
"period_fetch_type": 0,
|
||||
"period_fetch_url": "https://111.qq.com"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"status": 1,
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"action": "add",
|
||||
"requestdomain": [ "https://www.qq.com", "https://www.qq.com" ],
|
||||
"wsrequestdomain": [ "wss://www.qq.com", "wss://www.qq.com" ],
|
||||
"uploaddomain": [ "https://www.qq.com", "https://www.qq.com" ],
|
||||
"downloaddomain": [ "https://www.qq.com", "https://www.qq.com" ]
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"requestdomain": [ "https://www.qq.com", "https://www.qq.com" ],
|
||||
"wsrequestdomain": [ "wss://www.qq.com", "wss://www.qq.com" ],
|
||||
"uploaddomain": [ "https://www.qq.com", "https://www.qq.com" ],
|
||||
"downloaddomain": [ "https://www.qq.com", "https://www.qq.com" ]
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"nick_name": "XXX公司",
|
||||
"id_card": "3LaLzqiTrQcD20DlX_o-OV1",
|
||||
"license": "3LaLzqiTrQcD20DlX_o-OV22231",
|
||||
"naming_other_stuff_1": "3LaLzqiTrQcD20DlX_o-OV1-nlYMu7sdVAL7SV2PrxVyjZFZZmB3O6LPGaYXlZWq",
|
||||
"naming_other_stuff_2": ""
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"wording": "",
|
||||
"audit_id": 12345
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"action": "add",
|
||||
"webviewdomain": [ "https://www.qq.com", "https://m.qq.com" ]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"webviewdomain": [ "https://www.qq.com", "https://m.qq.com" ]
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"category_list": [
|
||||
{
|
||||
"first_class": "工具",
|
||||
"second_class": "备忘录",
|
||||
"first_id": 1,
|
||||
"second_id": 2
|
||||
},
|
||||
{
|
||||
"first_class": "教育",
|
||||
"second_class": "学历教育",
|
||||
"third_class": "高等",
|
||||
"first_id": 3,
|
||||
"second_id": 4,
|
||||
"third_id": 5
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"action": "close"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"template_id": "0",
|
||||
"ext_json": "{\"extAppid\":\"\",\"ext\":{\"attr1\":\"value1\",\"attr2\":\"value2\"},\"extPages\":{\"index\":{},\"search/index\":{}},\"pages\":[\"index\",\"search/index\"],\"window\":{},\"networkTimeout\":{},\"tabBar\":{},\"plugin\":{}}",
|
||||
"user_version": "V1.0",
|
||||
"user_desc": "test"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"auditid": 1234567
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"status": 1,
|
||||
"reason": "帐号信息不合规范",
|
||||
"screenshot": "xxx|yyy|zzz"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"gray_release_plan": {
|
||||
"status": 1,
|
||||
"create_timestamp": 1517553721,
|
||||
"gray_percentage": 8
|
||||
}
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"auditid": "1234567",
|
||||
"status": 1,
|
||||
"reason": "帐号信息不合规范",
|
||||
"ScreenShot": "xx|yy|zz"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"page_list": [ "index", "page/list", "page/detail" ]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"gray_percentage": 1
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"rest": 0,
|
||||
"limit": 0,
|
||||
"speedup_rest": 0,
|
||||
"speedup_limit": 0
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"template_list": [
|
||||
{
|
||||
"commit_time": 1488965944,
|
||||
"user_version": "VVV",
|
||||
"user_desc": "AAS",
|
||||
"app_version": 111
|
||||
},
|
||||
{
|
||||
"commit_time": 1504790906,
|
||||
"user_version": "11",
|
||||
"user_desc": "111111",
|
||||
"app_version": 222
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"auditid": 12345
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"item_list": [
|
||||
{
|
||||
"address": "index",
|
||||
"tag": "学习 生活",
|
||||
"first_class": "文娱",
|
||||
"second_class": "资讯",
|
||||
"first_id": 1,
|
||||
"second_id": 2,
|
||||
"title": "首页"
|
||||
},
|
||||
{
|
||||
"address": "page/logs/logs",
|
||||
"tag": "学习 工作",
|
||||
"first_class": "教育",
|
||||
"second_class": "学历教育",
|
||||
"third_class": "高等",
|
||||
"first_id": 3,
|
||||
"second_id": 4,
|
||||
"third_id": 5,
|
||||
"title": "日志"
|
||||
}
|
||||
],
|
||||
"feedback_info": "blablabla",
|
||||
"feedback_stuff": "xx|yy|zz",
|
||||
"preview_info": {
|
||||
"video_id_list": [ "xxxx" ],
|
||||
"pic_id_list": [ "xxxx", "yyyy", "zzzz" ]
|
||||
},
|
||||
"version_desc": "blablabla",
|
||||
"ugc_declare": {
|
||||
"scene": [
|
||||
1,
|
||||
2
|
||||
],
|
||||
"method": [
|
||||
1
|
||||
],
|
||||
"has_audit_team": 1,
|
||||
"audit_desc": "blablabla"
|
||||
}
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"auditid": 1234567
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"wechatid": "testid"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"userstr": "xxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"action": "get_experiencer"
|
||||
}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"members": [
|
||||
{
|
||||
"userstr": "xxxxxxxx"
|
||||
},
|
||||
{
|
||||
"userstr": "yyyyyyyy"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"userstr": "testtest"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"illegal_record_id": "2_11100"
|
||||
}
|
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"records": [
|
||||
{
|
||||
"appeal_record_id": 4111001,
|
||||
"appeal_time": 1600055800,
|
||||
"appeal_from": 0,
|
||||
"appeal_status": 1,
|
||||
"punish_description": "内容涉嫌欺诈",
|
||||
"materials": [
|
||||
{
|
||||
"illegal_material": {
|
||||
"content": "违规内容1",
|
||||
"content_url": "https://xxxxx"
|
||||
},
|
||||
"appeal_material": {
|
||||
"reason": "内容是正常的",
|
||||
"proof_material_ids": [
|
||||
"xxxx",
|
||||
"xxxx"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"illegal_material": {
|
||||
"content": "违规内容2",
|
||||
"content_url": "https://yyyyy"
|
||||
},
|
||||
"appeal_material": {
|
||||
"reason": "内容是正常的",
|
||||
"proof_material_ids": [
|
||||
"zzzz"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"start_time": 1600051606,
|
||||
"end_time": 1600053000
|
||||
}
|
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"records": [
|
||||
{
|
||||
"illegal_record_id": "2_11100",
|
||||
"create_time": 1600051800,
|
||||
"illegal_reason": "内容涉嫌欺诈",
|
||||
"illegal_content": "违规内容",
|
||||
"rule_url": "https://developers.weixin.qq.com/miniprogram/product/#_6-2-%E8%89%B2%E6%83%85%E4%BD%8E%E4%BF%97%E5%86%85%E5%AE%B9",
|
||||
"rule_name": "《微信小程序平台运营规范》"
|
||||
},
|
||||
{
|
||||
"illegal_record_id": "3_11102",
|
||||
"create_time": 1600051802,
|
||||
"illegal_reason": "内容低俗",
|
||||
"illegal_content": "违规内容",
|
||||
"rule_url": "https://developers.weixin.qq.com/miniprogram/product/#_5-11-%E6%AC%BA%E8%AF%88%E8%A1%8C%E4%B8%BA",
|
||||
"rule_name": "《微信小程序平台运营规范》"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "小麦烤鸡",
|
||||
"openid": "oK8Yg5YaUM-axuE_vVZmV_oIZxxx"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"unique_id": "BV8ToNpYUMSeoRgsDi7-_cyo2hMtcbJN4fDPEdOKAGSResiIK8VefChe6UkNhxOi",
|
||||
"authorize_url": "https://mp.weixin.qq.com/wxawap/fastregistertpbeta?action=show&create_token=BV8ToNpYUMSeoRgsDi7-_cyo2hMtcbxxxxxxxxxxxIK8VefChe6UkNhxOi#wechat_redirect"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mp_appid": "wxxxxxxdre3f",
|
||||
"same_admin": 0
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"authorize_url": "xxxxxin"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"mp_appid": "wxxxxxxdre3f",
|
||||
"ticket": "xxxxxxxxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"authorize_url": "xxxxxin"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "小麦烤鸡"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"verify_info": {
|
||||
"enterprise_name": "测试的公司",
|
||||
"code": "8585858589999",
|
||||
"code_type": 3,
|
||||
"legal_persona_wechat": "Melody20136xxxxxx",
|
||||
"legal_persona_name": "涂小xxx",
|
||||
"component_phone": "158173xxxxx",
|
||||
"legal_persona_idcard": "440881199xxxxxx"
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"can_open": 1,
|
||||
"is_open": 1,
|
||||
"appid": "展示的公众号appid",
|
||||
"nickname": "展示的公众号nickname",
|
||||
"headimg": "展示的公众号头像"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"total_num": 10,
|
||||
"biz_info_list": [
|
||||
{
|
||||
"nickname": "公众号昵称",
|
||||
"appid": "公众号appid",
|
||||
"headimg": "公众号头像"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"wxa_subscribe_biz_flag": 1,
|
||||
"appid": "如果开启,需要传新的公众号appid"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"draft_id": 0
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"template_id": "0"
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"draft_list": [
|
||||
{
|
||||
"create_time": 1488965944,
|
||||
"user_version": "VVV",
|
||||
"user_desc": "AAS",
|
||||
"draft_id": 0
|
||||
},
|
||||
{
|
||||
"create_time": 1504790906,
|
||||
"user_version": "11",
|
||||
"user_desc": "111111",
|
||||
"draft_id": 4
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"template_list": [
|
||||
{
|
||||
"create_time": 1488965944,
|
||||
"user_version": "VVV",
|
||||
"user_desc": "AAS",
|
||||
"template_id": 0,
|
||||
"template_type": 1
|
||||
},
|
||||
{
|
||||
"create_time": 1504790906,
|
||||
"user_version": "11",
|
||||
"user_desc": "111111",
|
||||
"template_id": 4,
|
||||
"template_type": 0
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user