package com.ghsc.partybuild.service.wechat; import me.chanjar.weixin.common.error.WxErrorException; /** * 企业微信 */ public interface WechatCpService { String getOAuthUrl(String redirectUrl); String getWxCpUserId(String code) throws WxErrorException; }