龙珠大臣渠道也加入双端映射

master
DESKTOP-C3M45P4\dengdan 2026-03-27 17:15:51 +08:00
parent 1d700eae43
commit acead6cbd3
1 changed files with 2 additions and 2 deletions

View File

@ -218,8 +218,8 @@ public class GetUserController extends HttpServlet {
returnErrorToFront(res,response,"校验失败,请重新登录");
return;
}
//西游冲破长尾渠道需要转换ios的platform为安卓的
if("XY_CHONGPO_CW".equals(channel)){
//西游冲破长尾渠道需要转换ios的platform为安卓的,大臣龙珠也需要
if("XY_CHONGPO_CW".equals(channel) || channel.indexOf("LZDC")!=-1){
if(XyDcCwChannel.cwChannelCodeMap.containsKey(platform)){
String code = XyDcCwChannel.cwChannelCodeMap.get(platform);
if(code != null){