transfer_yl/cmd/api/doc/vo/base.api

32 lines
640 B
Plaintext
Raw Normal View History

2024-07-16 16:51:39 +08:00
syntax = "v1"
type Empty {}
type Req{
DeliverOrderNo string `json:"deliverOrderNo"`
RequestTime int64 `json:"requestTime"`
CreateTime int64 `json:"createTime"`
SupplierSkuId int64 `json:"supplierSkuId"`
ThirdSkuId string `json:"thirdSkuId"`
SupplierId int64 `json:"supplierId"`
ExtendParams string `json:"extendParams"`
Sign string `json:"sign"`
}
type Resp{
CdKey string `json:"cdKey"`
CdNum string `json:"cdNum"`
ExchangeUrl string `json:"exchangeUrl"`
SupplierOrderNo string `json:"supplierOrderNo"`
startTime string `json:"startTime"`
endTime string `json:"endTime"`
}