南岐GPS接口
This commit is contained in:
+8
@@ -334,4 +334,12 @@ public interface ThirdPartyServiceFeign {
|
||||
@PostMapping("/mdmMasterData/queryMerchant")
|
||||
R<com.mhd.common.core.domain.thirdparty.MdmMerchantQueryResultDTO> queryMdmMerchant(
|
||||
@RequestBody com.mhd.common.core.domain.thirdparty.MdmMerchantQueryDTO queryDTO);
|
||||
|
||||
/**
|
||||
* 南岐GPS:根据车牌号查询车辆实时定位
|
||||
* @param carPlate 车牌号
|
||||
* @return AjaxResult,data 为车辆定位信息(code=200 成功)
|
||||
*/
|
||||
@GetMapping("/nanqiGps/queryByPlate")
|
||||
AjaxResult nanqiQueryByPlate(@RequestParam("carPlate") String carPlate);
|
||||
}
|
||||
Reference in New Issue
Block a user