fix bug
This commit is contained in:
@ -95,8 +95,18 @@ async def arr_languageprofile(apikey: str) -> Any:
|
|||||||
detail="认证失败!",
|
detail="认证失败!",
|
||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
|
"id": 1,
|
||||||
|
"name": "默认",
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"language": {
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"name": "中文"
|
"name": "中文"
|
||||||
|
},
|
||||||
|
"allowed": True
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user