Explorar el Código

getpwd 接口添加Uid参数

tags/v1.1.8
liangzy hace 3 años
padre
commit
f0ae70298d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      services/www/get_pwd.go

+ 1
- 1
services/www/get_pwd.go Ver fichero

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


Cargando…
Cancelar
Guardar