mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 随官方更新 URL Scheme / URL Link 相关接口模型
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"url_link": "https://wxaurl.cn/BQZRrcFCPvg"
|
||||
}
|
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"url_link_info": {
|
||||
"appid": "appid",
|
||||
"path": "",
|
||||
"query": "",
|
||||
"create_time": 611928113,
|
||||
"expire_time": 0,
|
||||
"env_version": "release",
|
||||
"cloud_base": {
|
||||
"env": "",
|
||||
"doamin": "",
|
||||
"path": "",
|
||||
"query": "",
|
||||
"resource_appid": ""
|
||||
}
|
||||
},
|
||||
"url_link_quota": {
|
||||
"long_time_used": 100,
|
||||
"long_time_limit": 100000
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"scheme": "weixin://dl/business/?t=XTSkBZlzqmn"
|
||||
}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"scheme_info": {
|
||||
"appid": "appid",
|
||||
"path": "",
|
||||
"query": "",
|
||||
"create_time": 611928113,
|
||||
"expire_time": 0,
|
||||
"env_version": "release"
|
||||
},
|
||||
"scheme_quota": {
|
||||
"long_time_used": 100,
|
||||
"long_time_limit": 100000
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user