generated from root/miduo_server
龙珠大臣渠道也加入双端映射
parent
1d700eae43
commit
acead6cbd3
|
|
@ -218,8 +218,8 @@ public class GetUserController extends HttpServlet {
|
||||||
returnErrorToFront(res,response,"校验失败,请重新登录");
|
returnErrorToFront(res,response,"校验失败,请重新登录");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//西游冲破长尾渠道需要转换ios的platform为安卓的
|
//西游冲破长尾渠道需要转换ios的platform为安卓的,大臣龙珠也需要
|
||||||
if("XY_CHONGPO_CW".equals(channel)){
|
if("XY_CHONGPO_CW".equals(channel) || channel.indexOf("LZDC")!=-1){
|
||||||
if(XyDcCwChannel.cwChannelCodeMap.containsKey(platform)){
|
if(XyDcCwChannel.cwChannelCodeMap.containsKey(platform)){
|
||||||
String code = XyDcCwChannel.cwChannelCodeMap.get(platform);
|
String code = XyDcCwChannel.cwChannelCodeMap.get(platform);
|
||||||
if(code != null){
|
if(code != null){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue