Commit 53034a2f by guojuxing

自定义菜单同步日志打印

parent dd183f35
......@@ -93,7 +93,8 @@ public class WechatMenuController {
//delete
//create
weixinMenuFunService.deleteMenu(appKey);
weixinMenuFunService.createMenu(appKey, json);
ServiceResponse<String> response = weixinMenuFunService.createMenu(appKey, json);
LOGGER.info("自定义菜单同步创建结果:{}", 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