feat: switch to global auth and tenant route prefix
This commit is contained in:
@@ -32,3 +32,11 @@ type OrderStatusResponse struct {
|
||||
// Status 订单状态(unpaid/paid/completed 等)。
|
||||
Status string `json:"status"`
|
||||
}
|
||||
|
||||
// PaymentWebhookForm 支付回调参数。
|
||||
type PaymentWebhookForm struct {
|
||||
// OrderID 订单ID。
|
||||
OrderID int64 `json:"order_id"`
|
||||
// ExternalID 第三方支付流水号。
|
||||
ExternalID string `json:"external_id"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user