mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
feat(wxapi): 新增第三方平台服务器域名相关接口
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"file_name": "xxx",
|
||||
"file_content": "xxxxxx"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"action": "delete",
|
||||
"is_modify_published_together": false,
|
||||
"wxa_jump_h5_domain": "www.qq.com;wx.qq.com"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"published_wxa_jump_h5_domain": "www.qq.com;wx.qq.com",
|
||||
"testing_wxa_jump_h5_domain": "www.qq.com;wx.qq.com"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"action": "add",
|
||||
"is_modify_published_together": true,
|
||||
"wxa_server_domain": "www.qq.com;wx.qq.com"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"published_wxa_server_domain": "www.qq.com;wx.qq.com",
|
||||
"testing_wxa_server_domain": "www.qq.com;wx.qq.com"
|
||||
}
|
Reference in New Issue
Block a user