|
|
@@ -211,6 +211,9 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
|
|
|
if (goodsDonSku != null && goodsDonSku.getIsMirror()) {
|
|
|
ChatgptUser chatgptUser = getChatgptUser(userId, relationId, groupsRelation, groupsTrips, goodsDonSku);
|
|
|
+ if(214610L == relationId){
|
|
|
+ return "https://cdn.galaxydvd.com/login_token?access_token=" + chatgptUser.getUserToken();
|
|
|
+ }
|
|
|
return GPT_DOMAIN + "/login_token?access_token=" + chatgptUser.getUserToken();
|
|
|
} else {
|
|
|
throw BusinessRuntimeException.getInstance("服务器出了点问题");
|