Browse Source

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

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

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

@@ -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);


Loading…
Cancel
Save