提交 cb6b26ef authored 作者: xinjunguo's avatar xinjunguo

--no commit message

上级 26776f46
......@@ -101,8 +101,8 @@ public class WeChatLoginXcxController {
return CallBack.success(unionId);
}
@ApiOperation(value = "获取分享二维码", notes = "获取分享二维码")
@PostMapping(RequestPath.QR)
@ApiOperation(value = "获取分享二维码accesstoken", notes = "获取分享二维码")
@GetMapping(RequestPath.QR)
public CallBack<String> getQr() throws Exception{
String appid="appid="+WeChatLoginXcxConfig.APPID;
String secret="&secret="+WeChatLoginXcxConfig.SECRET;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论