mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
feat(wxapi): 随官方更新 URL Scheme / URL Link 相关接口模型
This commit is contained in:
@@ -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