Skip to content

fsdhr1/retrofit

 
 

Repository files navigation

Retrofit 接口方法

@POST("http://localhost:9990/grandtechmap-collect-service-fs/api/test")
Call<Map<String, Object>> contributors(
    @MapBody(value = "x") double x,
    @MapBody(value = "y") double y,
    @MapBody(value = "fullname") boolean isFullName
);

About

A type-safe HTTP client for Android and the JVM

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 96.3%
  • Kotlin 1.9%
  • HTML 1.4%
  • Other 0.4%