mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-14 02:03:54 +08:00
add 平台测试员列表查询接口
This commit is contained in:
@@ -322,6 +322,14 @@ public class MemberBasicInfoController extends BaseController {
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询平台测试员列表
|
||||
*/
|
||||
@PostMapping("/listPlatformTester")
|
||||
public AjaxResult listPlatformTester() {
|
||||
return AjaxResult.success(memberBasicInfoService.listPlatformTester());
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询会员明细
|
||||
* @param dto
|
||||
|
||||
Reference in New Issue
Block a user