mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
【代码评审】全局:微信小程序码
This commit is contained in:
@ -43,6 +43,7 @@ public class SocialUserApiImpl implements SocialUserApi {
|
||||
return socialUserService.getSocialUserByCode(userType, socialType, code, state);
|
||||
}
|
||||
|
||||
// TODO @puhui999:貌似搞到 SocialClientApiImpl 更合适,二维码和用户关系不大;这样 socialUserService 也不用绕一次了
|
||||
@Override
|
||||
public byte[] getWxQrcode(SocialWxQrcodeReqDTO reqVO) {
|
||||
return socialUserService.getWxQrcode(reqVO);
|
||||
|
Reference in New Issue
Block a user