This commit is contained in:
linfso 2024-07-16 06:16:50 +08:00
parent 6455df8421
commit 9bb6ac166d

View File

@ -18,7 +18,7 @@ public interface IRpcTmsScanRecordSvc {
* @param trackingNo
* @return
*/
@GetMapping("/apiweb/queryWaybillTraceInfo")
@GetMapping("/apiweb/emisTmsScanRecord/queryWaybillTraceInfo")
public AjaxResult queryWaybillTraceInfo(@RequestParam("trackingNo")String trackingNo, @RequestParam("lang")String lang);
}