|
|
|
@@ -67,7 +67,7 @@ public class WechatWeappCodeController { |
|
|
|
@ApiOperation("获取体验小程序的体验二维码") |
|
|
|
@GetMapping("/getQrcode") |
|
|
|
public void getQrcode(@RequestParam(value = "appId") String appId, @RequestParam(value = "pagePath") String pagePath, |
|
|
|
Map<String, String> params, |
|
|
|
@RequestParam(value = "params", required = false) Map<String, String> params, |
|
|
|
HttpServletResponse response, HttpServletRequest req) { |
|
|
|
try { |
|
|
|
WxOpenMaService openMaService = openService.getWxOpenComponentService().getWxMaServiceByAppid(appId); |
|
|
|
|