WIlsonwx小程序API分享 中发帖

看到佬友们分享了好多东西,自己也没啥分享的,前段时间做了公司的一个关于wx小程序的开发,集成了一些api。 
使用的openfeign,放到自己项目里直接用就行,分享一下。
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;


@FeignClient(n...