1
This commit is contained in:
@@ -48,6 +48,9 @@ func (c *QBiDaExpressController) QueryExpressPrice() {
|
||||
SendPhone: params.SendPhone,
|
||||
}
|
||||
result, err := bidaServer.QueryExpressPrice(param)
|
||||
for _, v := range result {
|
||||
fmt.Println(v.Data.TypeName, v.Data.Type, v.Data.ChannelFee)
|
||||
}
|
||||
return result, "", err
|
||||
})
|
||||
}
|
||||
@@ -73,7 +76,7 @@ func (c *QBiDaExpressController) QueryExpressPrice() {
|
||||
// @Param senderAddress formData string true "寄件人地址"
|
||||
// @Param senderName formData string true "寄件人姓名"
|
||||
// @Param senderPhone formData string true "寄件人手机号"
|
||||
// @Param thirdPlatform formData int true "第三方平台"
|
||||
// @Param thirdPlatform formData int false "第三方平台"
|
||||
// @Param type formData int true "快递公司"
|
||||
// @Param receiveAddressId formData int64 true "收件人地址Id"
|
||||
// @Param senderAddressId formData int64 true "寄件人地址Id"
|
||||
|
||||
Reference in New Issue
Block a user