update 获取客户列表方法修改
This commit is contained in:
parent
dc44379c5e
commit
e077f5f296
|
@ -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();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue