Commit db0c7a91 by weijiguang

添加错误日志

parent 8c8e8d72
package com.soss.web.controller.coffee;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.soss.common.constant.Constants;
import com.soss.common.core.domain.AjaxResult;
......@@ -57,6 +58,7 @@ public class WeixinController {
String openId = param.getString("openId");
String sessionKey = param.getString("session_key");
String faceInfoId = param.getString("faceInfoId");
log.info("decrypt: {}", JSON.toJSON(param));
Assert.isTrue(StringUtils.isNotEmpty(openId), "openId还未传递");
AjaxResult ajax = AjaxResult.success();
......
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