新增撞车订单人工退款
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user