|
@@ -215,7 +215,8 @@ public class TencentAppBackRpcImpl implements ITencentAppBackRpc {
|
|
|
|
|
|
@Override
|
|
|
public ResultVO<String> queryUserAgentFromCallback(TencentAppApiUserAgentQueryRpcDTO dto) {
|
|
|
- GameTencentAppCallback callback = gameTencentAppCallbackService.getUserCallback(dto.getGameId(), dto.getImei(), dto.getOaid(), dto.getAndroidId(), dto.getIdfa(), dto.getCaid());
|
|
|
- return ResultVO.ok(callback == null ? null : callback.getAgentKey());
|
|
|
+ /*GameTencentAppCallback callback = gameTencentAppCallbackService.getUserCallback(dto.getGameId(), dto.getImei(), dto.getOaid(), dto.getAndroidId(), dto.getIdfa(), dto.getCaid());
|
|
|
+ return ResultVO.ok(callback == null ? null : callback.getAgentKey());*/
|
|
|
+ return ResultVO.ok(null);
|
|
|
}
|
|
|
}
|