|
|
@ -52,7 +52,7 @@ public class JmmRiZhaoController { |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
private static String post(String url, cn.hutool.json.JSONObject jsonObject) { |
|
|
|
private static String post(String url, JSONObject jsonObject) { |
|
|
|
try { |
|
|
|
String uuid = UUID.randomUUID().toString(); |
|
|
|
String timestamp = JmmRiZhaoUtil.APP_TIME; |
|
|
|