|
@@ -107,7 +107,7 @@ public class OrderPayServiceImpl implements IOrderPayService {
|
|
|
|
|
|
log.error("获取支付类型参数, 请求信息 userData : {}", JsonUtil.toString(userData));
|
|
|
|
|
|
-
|
|
|
+ //todo : 小游戏为了方便CP调试, 直接全部返回米大师支付
|
|
|
//查询游戏配置的支付方式
|
|
|
List<GamePayWayDTO> gamePayWayList = gamePayWayService.listOfGameId(userData.getGameId());
|
|
|
|