This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user