소스 검색

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 {


불러오는 중...
취소
저장