|
@@ -296,6 +296,8 @@ public class UserController {
|
|
|
log.info("请求获取公众号jsapi"+url);
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat();
|
|
|
WxJsApiSignBean pubJsapiSign = wechatLogic.getPubJsapiSign(currentCompanyWechat.getCompanyWechatId(), url);
|
|
|
+
|
|
|
+ log.info("=====11请求获取公众号jsapi"+url+"返回内容"+pubJsapiSign);
|
|
|
return ResponseHelper.success(pubJsapiSign);
|
|
|
}
|
|
|
|