1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
|
||||
)
|
||||
|
||||
type AlibabaWdkAxStoreCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaWdkAxStoreCreateApiResult `json:"api_result,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user