修改淘宝订单的平台结算获取方式
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
|
||||
)
|
||||
|
||||
type AlibabaAelophyOrderDesensitizephoneGetResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
调用是否成功
|
||||
*/
|
||||
ApiSuccess bool `json:"api_success,omitempty" `
|
||||
/*
|
||||
错误码
|
||||
*/
|
||||
ApiErrCode string `json:"api_err_code,omitempty" `
|
||||
/*
|
||||
错误信息
|
||||
*/
|
||||
ApiErrMsg string `json:"api_err_msg,omitempty" `
|
||||
/*
|
||||
订单隐私号信息
|
||||
*/
|
||||
Model domain.AlibabaAelophyOrderDesensitizephoneGetOrderDesensitizePhoneResult `json:"model,omitempty" `
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
"git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability591/domain"
|
||||
)
|
||||
|
||||
type AlibabaTclsAelophyWarehouseOrderGetResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回结果
|
||||
*/
|
||||
ApiResult domain.AlibabaTclsAelophyWarehouseOrderGetTopBaseResult `json:"api_result,omitempty" `
|
||||
}
|
||||
@@ -1,5 +1,8 @@
|
||||
package response
|
||||
|
||||
import (
|
||||
)
|
||||
|
||||
type AlibabaWdkSyncedorderQueryResponse struct {
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user