Fix:湖南电信

This commit is contained in:
Owen 2025-03-06 12:19:58 +08:00
parent e4394a6b6e
commit 7d24de49d8
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ public class LianTongApiDealStrategy implements ApiDealStrategy {
// 填充 preOrder 的其他字段
String orderTotalFee = configs.getString("ApiPrefix_orderTotalFee");
preOrder.setOrderTotalFee(orderTotalFee);
if (orderTotalFee==null){
preOrder.setOrderTotalFee("0");
}