update 获取客户列表方法修改

This commit is contained in:
jxy_duyi 2025-04-22 10:54:30 +08:00
parent dc44379c5e
commit e077f5f296
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public interface RemoteUserService {
* *
* @return 结果 * @return 结果
*/ */
@PostMapping("/user/getCSList") @GetMapping("/user/getCSList")
public R<List<SysUser>> getCSList(); public R<List<SysUser>> getCSList();
} }