mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 19:49:07 +00:00
ref 分账名称统一做简化, 完善各类型的交易调整单
This commit is contained in:
@@ -21,7 +21,7 @@ import static cn.daxpay.single.core.code.PaySyncStatusEnum.FAIL;
|
||||
public class PaySyncResult extends PaymentCommonResult {
|
||||
|
||||
/**
|
||||
* 支付网关同步状态
|
||||
* 通道订单状态
|
||||
* @see PaySyncStatusEnum
|
||||
*/
|
||||
@Schema(description = "同步状态")
|
||||
|
@@ -80,7 +80,7 @@ public class TradeNoGenerateUtil {
|
||||
}
|
||||
|
||||
/**
|
||||
* 生成修复单号
|
||||
* 生成调整单号
|
||||
*/
|
||||
public static String adjust() {
|
||||
StringBuilder orderNo = new StringBuilder();
|
||||
|
Reference in New Issue
Block a user