|
@RequestMapping(value = "getOpenidByCode", method = {RequestMethod.POST, RequestMethod.GET})
|
|
@RequestMapping(value = "getOpenidByCode", method = {RequestMethod.POST, RequestMethod.GET})
|
|
return wechatInfoService.getOpenidByCode(code,wxId);
|
|
return wechatInfoService.getOpenidByCode(code,wxId);
|