添加调试信息
This commit is contained in:
parent
5aa145bf1a
commit
949be8efaa
@ -80,7 +80,7 @@ func Edit(ctx *gin.Context) {
|
|||||||
}
|
}
|
||||||
user := login.GetUserInfoFromC(ctx)
|
user := login.GetUserInfoFromC(ctx)
|
||||||
b, _ := json.Marshal(user)
|
b, _ := json.Marshal(user)
|
||||||
fmt.Println("用户信息", b)
|
fmt.Println("用户信息", string(b))
|
||||||
req.Operator = user.Name
|
req.Operator = user.Name
|
||||||
req.OperatorId = int32(user.ID)
|
req.OperatorId = int32(user.ID)
|
||||||
resp, err := service.GovernanceProvider.Edit(ctx, &req)
|
resp, err := service.GovernanceProvider.Edit(ctx, &req)
|
||||||
|
Loading…
Reference in New Issue
Block a user