Commit f5d13d18 authored by BlackJokerCJ's avatar BlackJokerCJ

xiyi

parent b0a2760f
...@@ -44,6 +44,7 @@ public class CommandProxy { ...@@ -44,6 +44,7 @@ public class CommandProxy {
if(ObjectUtil.isNull(command)){ if(ObjectUtil.isNull(command)){
return JsonResult.error(ExceptionCodeEnum.SYSTEM_URL_ERROR); return JsonResult.error(ExceptionCodeEnum.SYSTEM_URL_ERROR);
} }
log.info("[浙农请求requestMethod:处理:------------>{}]",method);
JSONObject jsonObject = JSONObject.parseObject(request); JSONObject jsonObject = JSONObject.parseObject(request);
String requestBody = jsonObject.getString("content"); String requestBody = jsonObject.getString("content");
String sign = jsonObject.getString("sign"); String sign = jsonObject.getString("sign");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment