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