feat(wxapi): 随官方更新小程序 URL Scheme & URL Link 相关接口模型

This commit is contained in:
Fu Diwei
2023-12-22 13:07:06 +08:00
parent ebb2b8bfe3
commit 4f75482624
8 changed files with 44 additions and 44 deletions

View File

@@ -1,3 +1,4 @@
{
"url_link": "https://wxaurl.cn/BQZRrcFCPvg"
{
"url_link": "https://wxaurl.cn/BQZRrcFCPvg",
"query_type": 0
}

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"url_link_info": {
@@ -16,8 +16,7 @@
"resource_appid": ""
}
},
"url_link_quota": {
"long_time_used": 100,
"long_time_limit": 100000
"quota_info": {
"remain_visit_quota": 1000000
}
}

View File

@@ -1,3 +1,4 @@
{
"scheme": "weixin://dl/business/?t=XTSkBZlzqmn"
{
"scheme": "weixin://dl/business/?t=XTSkBZlzqmn",
"query_type": 0
}

View File

@@ -1,4 +1,4 @@
{
{
"errcode": 0,
"errmsg": "ok",
"scheme_info": {
@@ -9,8 +9,7 @@
"expire_time": 0,
"env_version": "release"
},
"scheme_quota": {
"long_time_used": 100,
"long_time_limit": 100000
"quota_info": {
"remain_visit_quota": 1000000
}
}