15 lines
302 B
Go
15 lines
302 B
Go
/*
|
|
*
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version:
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package swagger
|
|
|
|
type UserInfoReq struct {
|
|
Id string `json:"id,omitempty"`
|
|
}
|