1
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability1475/domain"
|
||||
)
|
||||
|
||||
type AlibabaWdkMerchantRoutingRegisterResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
Result domain.AlibabaWdkMerchantRoutingRegisterApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability1475/domain"
|
||||
)
|
||||
|
||||
type AlibabaWdkPictureUploadResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
apiresult
|
||||
*/
|
||||
Result domain.AlibabaWdkPictureUploadApiResult `json:"result,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
package response
|
||||
|
||||
type AlibabaWdkPurchasePriceResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
SYSTEM ERROR
|
||||
*/
|
||||
ReturnMsg string `json:"return_msg,omitempty" `
|
||||
/*
|
||||
ERROR
|
||||
*/
|
||||
ReturnCode string `json:"return_code,omitempty" `
|
||||
/*
|
||||
true
|
||||
*/
|
||||
ReturnSuccess bool `json:"return_success,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/util"
|
||||
)
|
||||
|
||||
type AlibabaWdkTimeGetResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
dateTime
|
||||
*/
|
||||
DateTime int64 `json:"date_time,omitempty" `
|
||||
/*
|
||||
date
|
||||
*/
|
||||
Date util.LocalTime `json:"date,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user