59
社区成员




基础接口地址 http://104.168.220.25:8520/GeekfangApi
接口地址: /GeekfangApi/queryUser
接口备注:通过username查询用户信息
Content-Type:application/x-www-form-urlencoded
请求参数:
参数名称 | 参数类型 | 参数说明 |
---|---|---|
id | bigint | id |
接口地址: /GeekfangApi/login
接口备注:登陆校验
Content-Type:application/x-www-form-urlencoded
请求参数:
参数名称 | 参数类型 | 参数说明 |
---|---|---|
username | string | 用户名 |
password | string | 密码 |
接口地址: /GeekfangApi/register
接口备注:注册
Content-Type:application/x-www-form-urlencoded
请求参数:
参数名称 | 参数类型 | 参数说明 |
---|---|---|
username | string | 用户名 |
password | string | 密码 |
nickname | string | 昵称 |
phone | string | 手机号 |
string | ||
address | string | 地址 |
description | string | 个性签名 |
接口地址: /GeekfangApi/userlist
接口备注:所有用户信息
Content-Type:application/x-www-form-urlencoded
请求参数:无参数
导出日期:2023-06-20 00:28:51