|
|
|
@@ -159,6 +159,9 @@ public class WxWeappInfoController extends BaseController { |
|
|
|
requestDomain, wsrequestDomain, |
|
|
|
uploadDomain, downloadDomain); |
|
|
|
logger.info(openRet.toString()); |
|
|
|
if(openRet.isSuccess()) { |
|
|
|
logger.info("设置服务器域名成功"); |
|
|
|
} |
|
|
|
// 业务域名 |
|
|
|
JSONObject webObj = domainObj.getJSONObject("web"); |
|
|
|
List<String> urlList = getUrlList(webObj.getJSONArray("webviewdomain")); |
|
|
|
@@ -218,6 +221,7 @@ public class WxWeappInfoController extends BaseController { |
|
|
|
return new ResultData(Result.ERROR, e.getMessage()); |
|
|
|
} |
|
|
|
} |
|
|
|
// 设置成功返回null |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
|