32 lines
594 B
Go
32 lines
594 B
Go
package response
|
|
|
|
import (
|
|
"repository.lenntc.com/lenntc/third-platform-sdk/sdk/topsdk/defaultability/domain"
|
|
)
|
|
|
|
type AlibabaAlscUnionElemeStorepromotionReviewbwcQueryResponse struct {
|
|
|
|
/*
|
|
System request id
|
|
*/
|
|
RequestId string `json:"request_id,omitempty" `
|
|
|
|
/*
|
|
System body
|
|
*/
|
|
Body string
|
|
|
|
/*
|
|
分页数据
|
|
*/
|
|
Data domain.AlibabaAlscUnionElemeStorepromotionReviewbwcQueryPageModel `json:"data,omitempty" `
|
|
/*
|
|
错误码
|
|
*/
|
|
BizErrorCode string `json:"biz_error_code,omitempty" `
|
|
/*
|
|
错误消息
|
|
*/
|
|
BizErrorMessage string `json:"biz_error_message,omitempty" `
|
|
}
|