feat: 苹果支付uuid 及设备逻辑
Build docker and publish / build (20.15.1) (push) Successful in 8m3s

This commit is contained in:
2026-03-10 19:53:19 -07:00
parent 662ef6edb3
commit 26f6400e74
10 changed files with 142 additions and 25 deletions
+4 -2
View File
@@ -665,7 +665,8 @@ type (
FeeAmount int64 `json:"fee_amount"`
}
PurchaseOrderResponse {
OrderNo string `json:"order_no"`
OrderNo string `json:"order_no"`
AppAccountToken string `json:"app_account_token"`
}
RenewalOrderRequest {
UserSubscribeID int64 `json:"user_subscribe_id"`
@@ -674,7 +675,8 @@ type (
Coupon string `json:"coupon,omitempty"`
}
RenewalOrderResponse {
OrderNo string `json:"order_no"`
OrderNo string `json:"order_no"`
AppAccountToken string `json:"app_account_token"`
}
ResetTrafficOrderRequest {
UserSubscribeID int64 `json:"user_subscribe_id"`