瀏覽代碼

getpwd 接口添加Uid参数

tags/v1.1.8
liangzy 3 年之前
父節點
當前提交
f0ae70298d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      services/www/get_pwd.go

+ 1
- 1
services/www/get_pwd.go 查看文件

@@ -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…
取消
儲存