|
|
@@ -2705,7 +2705,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
.field(GroupsRelationView::getGoodsId, Constant.GPT_PLUS_GID)
|
|
|
.build());
|
|
|
if (relationView != null && StrUtil.isNotEmpty(relationView.getEmailAuthCode())) {
|
|
|
- String session_url = "https://mail.cpacc.us.ci/api/open";
|
|
|
+ String session_url = "https://otp.aabb1.pro/api/open";
|
|
|
|
|
|
JSONObject params = new JSONObject();
|
|
|
params.putOpt("mailbox_token", relationView.getEmailAuthCode());
|
|
|
@@ -2718,7 +2718,7 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
JSONObject jsonObject = Jsons.parseObject(result.body(), JSONObject.class);
|
|
|
String session = jsonObject.getStr("box_session");
|
|
|
|
|
|
- String getCodeUrl = "https://mail.cpacc.us.ci/api/code";
|
|
|
+ String getCodeUrl = "https://otp.aabb1.pro/api/code";
|
|
|
HttpResponse execute = HttpUtil.createGet(getCodeUrl)
|
|
|
.header("authorization", "Bearer " + session)
|
|
|
.setConnectionTimeout(Constant.CONNECT_MILLISECONDS)
|