From f5882c632a52fcc2d10498d20095883b94cbdf47 Mon Sep 17 00:00:00 2001 From: liangzy Date: Fri, 6 Nov 2020 19:11:22 +0800 Subject: [PATCH] =?UTF-8?q?getpwd=20=E6=8E=A5=E5=8F=A3=E6=B7=BB=E5=8A=A0Ui?= =?UTF-8?q?d=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/www/get_pwd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/www/get_pwd.go b/services/www/get_pwd.go index 880d14a..7bb7cf4 100644 --- a/services/www/get_pwd.go +++ b/services/www/get_pwd.go @@ -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 {