Browse Source

[微信开发平台][修改]:体验二维码

release_toaliyun_real
Stormeye Wu 7 years ago
parent
commit
e46c153d63
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappCodeController.java

+ 2
- 2
mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappCodeController.java View File

@@ -60,14 +60,14 @@ public class WechatWeappCodeController {
return new ResultData(openRet);
} catch (WxErrorException e) {
logger.error(e.getMessage());
return new ResultData(e.getMessage());
}
return new ResultData(Result.ERROR);
}

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


Loading…
Cancel
Save