第三方平台站点关系表新增 启动方式字段

This commit is contained in:
Lemon
2024-03-18 09:25:01 +08:00
parent d07b0f6ac9
commit 04afd5aa53
6 changed files with 33 additions and 37 deletions

View File

@@ -773,6 +773,8 @@ public class HuaweiServiceV2 {
.build();
transactionService.doUpdateOrder(transactionDTO);
// TODO 订单退款
// 构建返回参数
JSONObject jsonObject = new JSONObject();
jsonObject.put("StartChargeSeq", startChargeSeq);