|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
package au.com.royalpay.payment.manage.signin.web;
|
|
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.manage.permission.manager.ManagerMapping;
|
|
|
|
|
import au.com.royalpay.payment.tools.connections.mpsupport.beans.WxOauthType;
|
|
|
|
|
import au.com.royalpay.payment.tools.permission.enums.ManagerRole;
|
|
|
|
|
import au.com.royalpay.payment.manage.permission.manager.PartnerMapping;
|
|
|
|
|
import au.com.royalpay.payment.manage.signin.beans.ChangePwdBean;
|
|
|
|
@ -332,7 +333,7 @@ public class SignInController {
|
|
|
|
|
return signInStatusManager.customerQRCode();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@WechatMapping(value = "/customer_wechat_qrcode/{codeId}", method = RequestMethod.GET)
|
|
|
|
|
@WechatMapping(value = "/customer_wechat_qrcode/{codeId}", method = RequestMethod.GET,oauthType = WxOauthType.USERINFO)
|
|
|
|
|
public ModelAndView scanCustomerQrcode(@PathVariable String codeId, @ModelAttribute(CommonConsts.WECHATINFO) JSONObject wechatUser) {
|
|
|
|
|
signInStatusManager.scanCustomerQrcode(codeId, wechatUser.getString("openid"));
|
|
|
|
|
return new ModelAndView("manager_bind_success");
|
|
|
|
|