提交 176a4f15 作者: han

公众号消息审核参数错误修改

上级 a230632d
...@@ -679,8 +679,8 @@ public class PilotCertificationServiceImpl implements PilotCertificationService ...@@ -679,8 +679,8 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
//审核结果{{thing5.DATA}} //审核结果{{thing5.DATA}}
JSONObject thing5=new JSONObject(); JSONObject thing5=new JSONObject();
thing5.put("value",thing5); thing5.put("value",result);
data.put("thing5",result); data.put("thing5",thing5);
return data; return data;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论