Commit f25668629961c919d4787b65010c2d6ca02eb49d
1 parent
039525f50c
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
f256686
... | ... | @@ -1599,7 +1599,7 @@ |
1599 | 1599 | System.out.println("syscode:" + syscode + "sign:" + sign + "timestamp:" + timestamp); |
1600 | 1600 | System.out.println("请求体数据:" + params); |
1601 | 1601 | //判断验签 |
1602 | - boolean b = true; | |
1602 | + boolean b = checkInterface(syscode); | |
1603 | 1603 | if (!b) { |
1604 | 1604 | map.put("code", "500"); |
1605 | 1605 | map.put("msg", "syscode错误"); |