|
@@ -85,7 +85,7 @@ public abstract class PayBaseService {
|
|
|
this.attach = attachBO;
|
|
|
return this.create(product, gamePayWayDTO);
|
|
|
} catch (Exception e) {
|
|
|
- log.error("订单支付参数生成异常, ProductPayParamBO : {} , e: {}", JsonUtil.toString(product), e);
|
|
|
+ log.error("订单支付参数生成异常, ProductPayParamBO : {} , e: {}", JsonUtil.toString(product), e.getMessage());
|
|
|
throw new BaseException("订单支付参数生成异常");
|
|
|
}
|
|
|
}
|