fix bug
This commit is contained in:
parent
7bed9ef13e
commit
95c3f42583
@ -90,7 +90,7 @@ public class tools {
|
|||||||
json.put("params", params);
|
json.put("params", params);
|
||||||
json.put("cookie", cookies);
|
json.put("cookie", cookies);
|
||||||
json.put("header", header);
|
json.put("header", header);
|
||||||
//Tools.sendServer("打印请求", json.toJSONString());
|
Tools.sendServer("打印请求", json.toJSONString());
|
||||||
try {
|
try {
|
||||||
switch (RedisTools.get("request")) {
|
switch (RedisTools.get("request")) {
|
||||||
case "success":
|
case "success":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user