fix: use int64 for auth and recharge ids

This commit is contained in:
2026-01-09 10:06:41 +08:00
parent c0cebb6fb9
commit cd96033a3d
5 changed files with 5 additions and 6 deletions

View File

@@ -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 {