同步代码
This commit is contained in:
parent
12f272a395
commit
786abad905
|
@ -61,6 +61,7 @@ public class HotelBackController {
|
||||||
//状态映射
|
//状态映射
|
||||||
command.eventType(mapHotelState(notification.getSubNotifyType()));
|
command.eventType(mapHotelState(notification.getSubNotifyType()));
|
||||||
command.sendToQueue();
|
command.sendToQueue();
|
||||||
|
|
||||||
return new LYNoteResponse("100", "成功收到消息");
|
return new LYNoteResponse("100", "成功收到消息");
|
||||||
}
|
}
|
||||||
return new LYNoteResponse("200", "未收到消息");
|
return new LYNoteResponse("200", "未收到消息");
|
||||||
|
|
|
@ -139,9 +139,9 @@ class RouteApplicationTests {
|
||||||
}
|
}
|
||||||
@Test
|
@Test
|
||||||
void loginSign() {
|
void loginSign() {
|
||||||
String sfno = "230615020";
|
String sfno = "090223001";
|
||||||
String syscode = "FSSC";
|
String syscode = "FSSC";
|
||||||
String billcode = "CLSQ20240228";
|
String billcode = "CLSQ240226000004";
|
||||||
String companycode = "正泰集团股份有限公司";
|
String companycode = "正泰集团股份有限公司";
|
||||||
String sec = "Superdandan";
|
String sec = "Superdandan";
|
||||||
String timespan = "1708908662738";
|
String timespan = "1708908662738";
|
||||||
|
|
Loading…
Reference in New Issue