Explorar el Código

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

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
5bef6b8407
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappCodeController.java

+ 2
- 2
mallinkWechatOpen/src/main/java/com/iformall/controller/WechatWeappCodeController.java Ver fichero

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


Cargando…
Cancelar
Guardar