Commit 039525f50c269be8fcbc2d34d464792d94c196ba

Authored by liquanyu
1 parent d062324198

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 @ 039525f
... ... @@ -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 = checkInterface(syscode);
  1602 + boolean b = true;
1603 1603 if (!b) {
1604 1604 map.put("code", "500");
1605 1605 map.put("msg", "syscode错误");