|
@@ -293,7 +293,7 @@ public class UserController {
|
|
|
public ResponseHelper<WxJsApiSignBean> apply(
|
|
|
@ApiParam(required = true, value = "当前页面路径") @RequestParam(required = true) String url
|
|
|
){
|
|
|
- log.info("请求获取公众号jsapi"+url);
|
|
|
+ // log.info("请求获取公众号jsapi"+url);
|
|
|
CurrentCompanyWechat currentCompanyWechat = commonLogic.getCurrentCompanyWechat();
|
|
|
WxJsApiSignBean pubJsapiSign = wechatLogic.getPubJsapiSign(currentCompanyWechat.getCompanyWechatId(), url);
|
|
|
|