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,5 @@
{
"component_appid": "appid_value",
"authorizer_appid": "auth_appid_value",
"authorizer_refresh_token": "refresh_token_value"
}

View File

@@ -0,0 +1,5 @@
{
"authorizer_access_token": "some-access-token",
"expires_in": 7200,
"authorizer_refresh_token": "refresh_token_value"
}

View File

@@ -0,0 +1,5 @@
{
"component_appid": "appid_value",
"component_appsecret": "appsecret_value",
"component_verify_ticket": "ticket_value"
}

View File

@@ -0,0 +1,4 @@
{
"component_access_token": "61W3mEpU66027wgNZ_MhGHNQDHnFATkDa9-2llqrMBjUwxRSNPbVsMmyD-yq8wZETSoE5NQgecigDrSHkPtIYA",
"expires_in": 7200
}

View File

@@ -0,0 +1,3 @@
{
"component_appid": "appid_value"
}

View File

@@ -0,0 +1,4 @@
{
"pre_auth_code": "Cx_Dk6qiBE0Dmx4EmlT3oRfArPvwSQ-oa3NL_fwHM7VI08r52wazoZX2Rhpz1dEw",
"expires_in": 600
}

View File

@@ -0,0 +1,4 @@
{
"component_appid": "appid_value",
"authorizer_appid": "auth_appid_value"
}

View File

@@ -0,0 +1,56 @@
{
"authorizer_info": {
"nick_name": "微信SDK Demo Special",
"head_img": "http://wx.qlogo.cn/mmopen/GPy",
"service_type_info": {
"id": 2
},
"verify_type_info": {
"id": 0
},
"user_name": "gh_eb5e3a772040",
"principal_name": "腾讯计算机系统有限公司",
"business_info": {
"open_store": 0,
"open_scan": 0,
"open_pay": 0,
"open_card": 0,
"open_shake": 0
},
"alias": "paytest01",
"qrcode_url": "URL",
"signature": "欢迎小伙伴一起参与盲盒游戏集齐9款鞋卡可以兑换大奖",
"MiniProgramInfo": {
"network": {
"RequestDomain": [ "https:xxx", "https:xxxx", "https:xxx" ],
"WsRequestDomain": [],
"UploadDomain": [],
"DownloadDomain": [],
"BizDomain": [],
"UDPDomain": []
},
"categories": [
{
"first": "工具",
"second": "效率"
}
],
"visit_status": 0
}
},
"authorization_info": {
"authorizer_appid": "wxf8b4f85f3a794e77",
"func_info": [
{
"funcscope_category": {
"id": 1
}
},
{
"funcscope_category": {
"id": 2
}
}
]
}
}

View File

@@ -0,0 +1,5 @@
{
"component_appid": "appid_value",
"offset": 0,
"count": 100
}

View File

@@ -0,0 +1,15 @@
{
"total_count": 33,
"list": [
{
"authorizer_appid": "authorizer_appid_1",
"refresh_token": "refresh_token_1",
"auth_time": 1558000607
},
{
"authorizer_appid": "authorizer_appid_2",
"refresh_token": "refresh_token_2",
"auth_time": 1558000607
}
]
}

View File

@@ -0,0 +1,5 @@
{
"component_appid": "appid_value",
"authorizer_appid": "auth_appid_value ",
"option_name": "option_name_value"
}

View File

@@ -0,0 +1,5 @@
{
"authorizer_appid": "wx7bc5ba58cabd00f4",
"option_name": "voice_recognize",
"option_value": "1"
}

View File

@@ -0,0 +1,4 @@
{
"component_appid": "appid_value",
"authorization_code": "auth_code_value"
}

View File

@@ -0,0 +1,25 @@
{
"authorization_info": {
"authorizer_appid": "wxf8b4f85f3a794e77",
"authorizer_access_token": "QXjUqNqfYVH0yBE1iI_7vuN_9gQbpjfK7hYwJ3P7xOa88a89-Aga5x1NMYJyB8G2yKt1KCl0nPC3W9GJzw0Zzq_dBxc8pxIGUNi_bFes0qM",
"expires_in": 7200,
"authorizer_refresh_token": "dTo-YCXPL4llX-u1W1pPpnp8Hgm4wpJtlR6iV0doKdY",
"func_info": [
{
"funcscope_category": {
"id": 1
}
},
{
"funcscope_category": {
"id": 2
}
},
{
"funcscope_category": {
"id": 3
}
}
]
}
}

View File

@@ -0,0 +1,6 @@
{
"component_appid": "appid_value",
"authorizer_appid": "auth_appid_value ",
"option_name": "option_name_value",
"option_value": "option_value_value"
}

View File

@@ -0,0 +1,4 @@
{
"component_appid": "wxd0bfc95064b5bfc1",
"component_secret": "28c223a63f7de0d5xxxxxxxxxxx"
}