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
@@ -1846,7 +1846,8 @@ type PurchaseOrderRequest struct {
}
type PurchaseOrderResponse struct {
OrderNo string `json:"order_no"`
OrderNo string `json:"order_no"`
AppAccountToken string `json:"app_account_token"`
}
type QueryAnnouncementRequest struct {
@@ -2129,7 +2130,8 @@ type RenewalOrderRequest struct {
}
type RenewalOrderResponse struct {
OrderNo string `json:"order_no"`
OrderNo string `json:"order_no"`
AppAccountToken string `json:"app_account_token"`
}
type ResetAllSubscribeTokenResponse struct {