fix: use int64 for auth and recharge ids
This commit is contained in:
@@ -55,7 +55,7 @@ type RechargeResponse struct {
|
||||
// PayParams 支付参数(透传给前端)。
|
||||
PayParams string `json:"pay_params"`
|
||||
// OrderID 充值订单ID。
|
||||
OrderID string `json:"order_id"`
|
||||
OrderID int64 `json:"order_id"`
|
||||
}
|
||||
|
||||
type Order struct {
|
||||
|
||||
Reference in New Issue
Block a user