修改query_terminal_code(补充缺失文件)
This commit is contained in:
parent
54e8208fa4
commit
1dc3b8c598
@ -31,8 +31,8 @@ public class QueryTerminalCodeController {
|
||||
if (null != qRCode) {
|
||||
resp.setRet(EvcsConst.RET_SUCC);
|
||||
resp.setMsg("success");
|
||||
String terminalID = qRCode.substring(qRCode.length() - 16);
|
||||
queryTerminalCodeResponse.setTerminalID(terminalID);
|
||||
String terminalCode = qRCode.substring(qRCode.length() - 16);
|
||||
queryTerminalCodeResponse.setTerminalCode(terminalCode);
|
||||
resp.setData(JSONUtil.toJSONString(queryTerminalCodeResponse));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user