Bläddra i källkod

getpwd 接口添加Uid参数

tags/v1.1.8
liangzy 3 år sedan
förälder
incheckning
f0ae70298d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      services/www/get_pwd.go

+ 1
- 1
services/www/get_pwd.go Visa fil

@@ -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 {


Laddar…
Avbryt
Spara