|
|
@ -356,7 +356,7 @@ public class SignInController {
|
|
|
|
|
|
|
|
|
|
|
|
@ConsumersAction
|
|
|
|
@ConsumersAction
|
|
|
|
@RequestMapping(value = "/customer_qrcode_scan/{codeId}", method = RequestMethod.GET)
|
|
|
|
@RequestMapping(value = "/customer_qrcode_scan/{codeId}", method = RequestMethod.GET)
|
|
|
|
public ModelAndView scanCustomerWechatQrcode(@PathVariable String codeId, @ModelAttribute(com.globalfreepay.payment.tools.CommonConsts.CONSUMER_INFO) JSONObject customerInfo) {
|
|
|
|
public ModelAndView scanCustomerWechatQrcode(@PathVariable String codeId, @ModelAttribute(CommonConsts.CONSUMER_INFO) JSONObject customerInfo) {
|
|
|
|
signInStatusManager.scanCustomerQrcode(codeId, customerInfo.getString("customer_id"));
|
|
|
|
signInStatusManager.scanCustomerQrcode(codeId, customerInfo.getString("customer_id"));
|
|
|
|
return new ModelAndView("manager_bind_success");
|
|
|
|
return new ModelAndView("manager_bind_success");
|
|
|
|
}
|
|
|
|
}
|
|
|
|