feat(wxapi): 新增第三方平台服务器域名相关接口

This commit is contained in:
Fu Diwei
2021-11-20 14:15:59 +08:00
parent 093e6bf2d7
commit aa3d766284
21 changed files with 487 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"file_name": "xxx",
"file_content": "xxxxxx"
}

View File

@@ -0,0 +1,5 @@
{
"action": "delete",
"is_modify_published_together": false,
"wxa_jump_h5_domain": "www.qq.com;wx.qq.com"
}

View File

@@ -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"
}

View File

@@ -0,0 +1,5 @@
{
"action": "add",
"is_modify_published_together": true,
"wxa_server_domain": "www.qq.com;wx.qq.com"
}

View File

@@ -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"
}