@Controller public class WeixinLoginCallbackController extends Object
@GetMapping(value="weixin/login/Callback") public String callback(@RequestParam String code, String state, WeixinLoginCallback callback)
code - 临时codestate - 数据声明callback - 回调函数Copyright © 2018. All rights reserved.