This commit is contained in:
邹宗楠
2022-07-01 17:09:31 +08:00
parent d43ca21be3
commit 0f53f0da2d
2 changed files with 19 additions and 29 deletions

View File

@@ -31,6 +31,7 @@ type GetExpressPriceReq struct {
Height int `json:"height"` // 所有包裹累计高cm
Width int `json:"width"` // 所有包裹累计宽cm向上取整
SendPhone string `json:"sendPhone"` // 寄件人手机号
ChannelType int `json:"channelType"` // "渠道类型1-快递2-物流3-国际物流4-整车)"
}
// GetExpressPriceRes 获取快递费返回值