Felh AI - 获取token(有效期24小时)

124 阅读1分钟

Felh AI - 获取24小时的有效token

接口地址:https://api.felh.xyz/v1/open/service/login

请求方式:POST

请求数据类型:application/x-www-form-urlencoded,application/json

响应数据类型:*/*

接口描述:

请求示例:

{
  "app_id": "",
  "app_secret": ""
}

请求参数:

请求参数:

参数名称参数说明请求类型是否必须数据类型schema
loginRequestLoginRequestbodytrueLoginRequestLoginRequest
  app_idtruestring
  app_secrettruestring

响应状态:

状态码说明schema
200OKFelhResponseString

响应参数:

参数名称参数说明类型schema
codeinteger(int32)integer(int32)
messagestring
datastring

响应示例:

{
	"code": 0,
	"message": "",
	"data": ""
}