add 平台测试员列表查询接口

This commit is contained in:
jsowell
2026-08-06 13:50:24 +08:00
parent 323b43be53
commit 1ce9e78128
5 changed files with 46 additions and 0 deletions

View File

@@ -322,6 +322,14 @@ public class MemberBasicInfoController extends BaseController {
return result;
}
/**
* 查询平台测试员列表
*/
@PostMapping("/listPlatformTester")
public AjaxResult listPlatformTester() {
return AjaxResult.success(memberBasicInfoService.listPlatformTester());
}
/**
* 查询会员明细
* @param dto