|
|
@@ -57,7 +57,7 @@ public class IpInterfaceController {
|
|
|
*/
|
|
|
@Operation(summary = "新增/更新数据")
|
|
|
@PostMapping("/saveOrUpdate")
|
|
|
- public BaseReturnDto<IpAccountVO> saveOrUpdate(ServerHttpRequest request,@RequestBody IpInterfaceParam ipInterfaceParam){
|
|
|
+ public BaseReturnDto<IpAccountVO> saveOrUpdate(@RequestBody IpInterfaceParam ipInterfaceParam){
|
|
|
LoginUser user= TokenUtil.getUser();
|
|
|
if(user==null || user.getUserid()==null || user.getUserid()==0L){
|
|
|
throw new RuntimeException("没有找到用户信息");
|