|
@@ -566,6 +566,7 @@ public class CpPushDataServiceImpl implements ICpPushDataService {
|
|
|
private Tuple3<Long, Map<String, String>, String> getUserAgentChannel(Game game, UserData userData) {
|
|
|
//解析渠道信息
|
|
|
String channel = new String(Base64.getDecoder().decode(userData.getChannel()));
|
|
|
+ userData.setChannel(channel);
|
|
|
//没有携带渠道标识, 无法解析渠道信息, 判定为自然量
|
|
|
if (!channel.contains("agentKey") && !channel.contains("state")) {
|
|
|
return Tuples.of(0L, Collections.emptyMap(), channel);
|