luoyang 6 years ago
parent 20d0b6dcdf
commit 1957b7775b

@ -356,7 +356,7 @@ public class SignInController {
@ConsumersAction
@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"));
return new ModelAndView("manager_bind_success");
}

Loading…
Cancel
Save