@POST("api/login") Call<ApiResponse> loginUser(@Body String user); 这里的字符串实际上是一个JSONstring,即 {"email":"[email protected]","password":"test"}
確定! 回上一頁