From f0ae70298d178795ea6bc68123233ef2c67e52eb Mon Sep 17 00:00:00 2001 From: liangzy Date: Fri, 6 Nov 2020 20:51:31 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/www/get_pwd.go b/services/www/get_pwd.go index 7bb7cf4..b135f5b 100644 --- a/services/www/get_pwd.go +++ b/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 {