Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaComponent/Domain/WxaGetEffectiveWebviewDomainResponse.json

23 lines
580 B
JSON
Raw Normal View History

{
"errcode": 0,
"errmsg": "ok",
"mp_webviewdomain": [
"https://a.b.howielu.top",
"https://developers.weixin.qq.com",
"https://melody2.howielu.top/"
],
"third_webviewdomain": [
"https://a.b.howielu.top",
"https://developers.weixin.qq.com",
"https://melody2.howielu.top/"
],
"direct_webviewdomain": [
"https://melody2.howielu.top/"
],
"effective_webviewdomain": [
"https://a.b.howielu.top",
"https://developers.weixin.qq.com",
"https://melody2.howielu.top/"
]
}