Admin API
後台登入管理員
Request Body
Name
Type
Description
{
"status": "success",
"token": string,
"data": {
"id": integer,
"name": string,
"email": string,
"account": string,
"password": string,
"role": "user",
"introduction": string,
"avatar": string,
"cover": string,
"tweet_count": integer,
"follower_count": integer,
"following_count": integer,
"like_count": integer,
"updated_at": timestamp,
"created_at": timestamp
},
"message": "登入成功"
}以管理員權限獲取全站的使用者
刪除推文
Path Parameters
Name
Type
Description
以管理員權限獲取全站的推文
Last updated