@Field parameters can only be used with form encoding

You need to add @FormUrlEncoded and use them in combination, otherwise an error will be reported, and it can only be used in the POST method

@Query request parameters. Either GET or POST parameters can be used to achieve it.

Guess you like

Origin blog.csdn.net/qq_41264674/article/details/130339753