|
|
|
@@ -125,7 +125,7 @@ public class WechatWeappSetController { |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation(value = "获取体验者列表", notes = "") |
|
|
|
@PostMapping("/getTesterList") |
|
|
|
@GetMapping("/getTesterList") |
|
|
|
public ResultData getTesterList(@RequestParam(value = "appId") String appId) { |
|
|
|
try { |
|
|
|
WxOpenMaService openMaService = openService.getWxOpenComponentService().getWxMaServiceByAppid(appId); |
|
|
|
|