@@ -134,3 +134,21 @@ type ProductListResp struct {
|
||||
CommandNum bool `json:"commandNum"`
|
||||
TimeStamp int64 `json:"timeStamp"`
|
||||
}
|
||||
|
||||
// ProductResp ...
|
||||
type ProductResp struct {
|
||||
ResponseData ProductRes `json:"response_data"`
|
||||
ReleaseInfo []interface{} `json:"release_info"`
|
||||
StatusCode int `json:"status_code"`
|
||||
}
|
||||
|
||||
// ProductRes ...
|
||||
type ProductRes struct {
|
||||
RestrictionInfo RestrictionInfo `json:"restriction_info"`
|
||||
UnderAgeInfo UnderAgeInfo `json:"under_age_info"`
|
||||
SnsProductList []interface{} `json:"sns_product_list"`
|
||||
ProductList []interface{} `json:"product_list"`
|
||||
SubscriptionList []interface{} `json:"subscription_list"`
|
||||
ShowPointShop bool `json:"show_point_shop"`
|
||||
ServerTimestamp int64 `json:"server_timestamp"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user