1
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package response
|
||||
|
||||
type AlibabaPricePromotionCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
档期活动ID
|
||||
*/
|
||||
Result int64 `json:"result,omitempty" `
|
||||
/*
|
||||
错误描述
|
||||
*/
|
||||
ErrorDesc string `json:"error_desc,omitempty" `
|
||||
/*
|
||||
错误编码,本期不作识别
|
||||
*/
|
||||
SystemCode string `json:"system_code,omitempty" `
|
||||
/*
|
||||
数量,本期不启用
|
||||
*/
|
||||
TotalNum int64 `json:"total_num,omitempty" `
|
||||
/*
|
||||
创建是否成功
|
||||
*/
|
||||
IsSuccess bool `json:"is_success,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user