Browse Source

getpwd 接口添加Uid参数

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

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

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

type GetPwdResponse struct {


Loading…
Cancel
Save