1
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package response
|
||||
|
||||
type AlibabaPricePromotionActivityQueryResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
大润发促销档期数据
|
||||
*/
|
||||
Data string `json:"data,omitempty" `
|
||||
/*
|
||||
错误编码
|
||||
*/
|
||||
ResultCode int64 `json:"result_code,omitempty" `
|
||||
/*
|
||||
大润发档期数据
|
||||
*/
|
||||
TotalRecord int64 `json:"total_record,omitempty" `
|
||||
/*
|
||||
错误参数
|
||||
*/
|
||||
Message string `json:"message,omitempty" `
|
||||
/*
|
||||
接口调用是否成功
|
||||
*/
|
||||
IsSuccess bool `json:"is_success,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user