|
|
@ -59,8 +59,8 @@ public class WxController { |
|
|
|
|
|
|
|
@ApiOperation(value = "生成小程序码-方案B", notes = "公众号/网页二维码") |
|
|
|
@RequestMapping(value = "/getWxCodeC", method = RequestMethod.POST, produces = {"application/json;charset=UTF-8"}) |
|
|
|
public JsonResponse getWxCodeC(@ApiParam @Validated String code) throws Exception{ |
|
|
|
WxOauth2UserInfo wxUser = miniProgramService.signinByH5(code); |
|
|
|
public JsonResponse getWxCodeC(@ApiParam @Validated String page,String path,String code) throws Exception{ |
|
|
|
miniProgramService.getWxCodeC(page,path,code); |
|
|
|
return JsonResponse.newInstance().ok(); |
|
|
|
} |
|
|
|
} |
|
|
|