Commit 6a592c03 by guojuxing

自定义菜单同步日志打印

parent 53034a2f
......@@ -5,6 +5,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.alibaba.fastjson.JSON;
import com.gic.download.utils.log.LogUtils;
import com.gic.enterprise.service.EnterpriseInitApiService;
import com.gic.enterprise.utils.ResultControllerUtils;
......@@ -94,7 +95,7 @@ public class WechatMenuController {
//create
weixinMenuFunService.deleteMenu(appKey);
ServiceResponse<String> response = weixinMenuFunService.createMenu(appKey, json);
LOGGER.info("自定义菜单同步创建结果:{}", response);
LOGGER.info("自定义菜单同步创建结果:{}", JSON.toJSONString(response));
//初始化回调
enterpriseInitApiService.perfectMenuConfig(UserDetailUtils.getUserDetail().getEnterpriseId());
......
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