Browse Source

getpwd 接口添加Uid参数

tags/v1.1.8
liangzy 3 years ago
parent
commit
f5882c632a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      services/www/get_pwd.go

+ 1
- 0
services/www/get_pwd.go View File

@@ -8,6 +8,7 @@ import (
type GetPwdRequest struct {
*requests.RpcRequest
UserName string `position:"Query" field:"user_name" default:"-" `
Uid string `position:"Query" field:"uid" default:"-" `
}

type GetPwdResponse struct {


Loading…
Cancel
Save