aa
This commit is contained in:
@@ -331,6 +331,20 @@ func (c *JobController) GetDeliveryDetail() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 地址识别 (txcloud购买)
|
||||
// @Description 地址识别
|
||||
// @Param token header string true "认证token"
|
||||
// @Param address query string false "完整地址"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /AddressDistinguish [post]
|
||||
func (c *JobController) AddressDistinguish() {
|
||||
c.callAddressDistinguish(func(params *tJobAddressDistinguishParams) (retVal interface{}, errCode string, err error) {
|
||||
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 查询所有快递物流信息 (txcloud购买)
|
||||
// @Description 查询所有快递物流信息
|
||||
// @Param token header string true "认证token"
|
||||
|
||||
Reference in New Issue
Block a user