进件标识
This commit is contained in:
@@ -69,8 +69,8 @@ public class EntryManagerController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("test")
|
@GetMapping("test")
|
||||||
public CzgResult<Void> test(String shopId) {
|
public CzgResult<Void> test(String shopId, String licenceNo) {
|
||||||
rabbitPublisher.sendEntryManagerMsg(shopId);
|
rabbitPublisher.sendEntryManagerMsg(shopId + ":" + licenceNo);
|
||||||
return CzgResult.success();
|
return CzgResult.success();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user