latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

user

Change the user's spoken language and learning language

once change the language, the jwt token will be updated, client side need to update the token

post/v2/change_my_lang

Headers

Authorizationstring required

With the bearer started

Request body

learn_languagestring required
speak_languagestring required

Response

success

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}