|  | @@ -89,11 +89,6 @@ public class CallBackServiceImpl implements ICallBackService {
 | 
	
		
			
				|  |  |          //判断游戏状态, 对接上包过程中, 全量回传
 | 
	
		
			
				|  |  |          if (Objects.equals(game.getStatus(), 2)) {
 | 
	
		
			
				|  |  |              resultMap.put("callBack", Boolean.TRUE);
 | 
	
		
			
				|  |  | -            List<Long> amountList = new ArrayList<>();
 | 
	
		
			
				|  |  | -            amountList.add(10L);
 | 
	
		
			
				|  |  | -            amountList.add(20L);
 | 
	
		
			
				|  |  | -            amountList.add(30L);
 | 
	
		
			
				|  |  | -            resultMap.put("amount", amountList);
 | 
	
		
			
				|  |  |              if (Objects.equals(callBackTypeEnum, CallBackTypeEnum.CALL_BACK_PAY_ORDER)) {
 | 
	
		
			
				|  |  |                  PlatformOrderDTO platformOrderDTO = orderService.getByOrderId(param.getOrderId());
 | 
	
		
			
				|  |  |                  if (platformOrderDTO != null) {
 |