运单验重

This commit is contained in:
苏尹岚
2020-10-28 15:56:03 +08:00
parent 278574a897
commit 3e44f00a25
3 changed files with 10 additions and 3 deletions

View File

@@ -268,8 +268,8 @@ func (c *JobController) GetJdDelivery() {
})
}
// @Title 查询京东快递
// @Description 查询京东快递
// @Title 查询京东快递物流信息
// @Description 查询京东快递物流信息
// @Param token header string true "认证token"
// @Param vendorWaybillID query string false "运单号"
// @Success 200 {object} controllers.CallResult
@@ -277,6 +277,7 @@ func (c *JobController) GetJdDelivery() {
// @router /GetJdDeliveryDetail [get]
func (c *JobController) GetJdDeliveryDetail() {
c.callGetJdDeliveryDetail(func(params *tJobGetJdDeliveryDetailParams) (retVal interface{}, errCode string, err error) {
return retVal, "", err
})
}