- Account
- Category
- Father
- /account/{accountId}/category
- /account/{accountId}/category/mapping/tree
- /account/{accountId}/category/tree
- /account/{accountId}/category/{id}
- /account/{accountId}/category/{id}
- /account/{accountId}/category/{id}/mapping
- /account/{accountId}/category/{id}/mapping
- /account/{accountId}/category/{id}/move
- Product
- Transaction
- Timing
- /account/{accountId}/transaction/amount/rank
- /account/{accountId}/transaction/category/amount/rank
- /account/{accountId}/transaction
- /account/{accountId}/transaction/day/statistic
- /account/{accountId}/transaction/list
- /account/{accountId}/transaction/{id}
- /account/{accountId}/transaction/month/statistic
- /account/{accountId}/transaction/total
- /account/{accountId}/transaction/{id}
- /account/{accountId}/transaction/{id}
- /account/{accountId}/transaction/{id}
- Common
- User
- 未命名接口GET
/user/friend/invitation
云端 Mock
云端 Mock
GET
/user/friend/invitation
User/Friend/Invitation
请求参数
Header 参数
User-Agent
string
必需
默认值:
android
Authorization
string
可选
默认值:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzZXJ2ZXIiLCJzdWIiOiJ1c2VyIiwiZXhwIjoxNzM3ODYwNjU4LCJqdGkiOiI3In0.WX93iCJi26EskXhVZ-uc4LXVtRIyeV110mi9_COARzU
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://m1.apifoxmock.com/m1/2374708-0-default/user/friend/invitation' \
--header 'User-Agent;' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzZXJ2ZXIiLCJzdWIiOiJ1c2VyIiwiZXhwIjoxNzM3ODYwNjU4LCJqdGkiOiI3In0.WX93iCJi26EskXhVZ-uc4LXVtRIyeV110mi9_COARzU'
返回响应
🟢200成功
application/json
Body
Data
object
response.List-response_UserFriendInvitation
List
array[object (response.UserFriendInvitation) {4}]
可选
Msg
string
可选
示例值:
success
示例
{
"Data": {
"List": [
{
"CreateTime": "string",
"Id": 0,
"Invitee": {
"Email": "string",
"Id": 0,
"Username": "string"
},
"Inviter": {
"Email": "string",
"Id": 0,
"Username": "string"
}
}
]
},
"Msg": "success"
}
修改于 2024-10-29 18:12:28