新增撞车订单人工退款

This commit is contained in:
yml2213
2026-07-31 21:57:35 +08:00
parent 8c2431c4f2
commit 9511b580e4
13 changed files with 516 additions and 20 deletions
+5
View File
@@ -11,6 +11,11 @@ type StartPaymentRequest struct {
JSPayFlag string `json:"jspay_flag"`
}
type StartMohongRefundRequest struct {
AmountCent int64 `json:"amount_cent"`
Remark string `json:"remark"`
}
type PaymentDTO struct {
ID uint64 `json:"id"`
PaymentNo string `json:"payment_no"`