companys_request.go 159 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 package auth type CompanysRequest struct { // 客户端密钥 ClientId string `json:"clientId"` // 登录凭证 Credentials string `json:"credentials"` }