mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
修改QQ群链接
This commit is contained in:
parent
3e09e68b6e
commit
0e16f76700
@ -192,7 +192,8 @@ Sa-OAuth2 模块基于 [RFC-6749 标准](https://tools.ietf.org/html/rfc6749)
|
||||
|
||||
|
||||
## 交流群
|
||||
QQ交流群:1002350610 [点击加入](https://jq.qq.com/?_wv=1027&k=45H977HM)
|
||||
QQ交流群:1群:1002350610 (已满) 、
|
||||
2群:614714762 [点击加入](https://jq.qq.com/?_wv=1027&k=b759RZrL)
|
||||
|
||||
微信交流群:
|
||||
|
||||
|
@ -19,6 +19,18 @@ public interface SaResponse {
|
||||
*/
|
||||
public void deleteCookie(String name);
|
||||
|
||||
/**
|
||||
* 写入指定Cookie
|
||||
* @param name Cookie名称
|
||||
* @param value Cookie值
|
||||
* @param path Cookie路径
|
||||
* @param domain Cookie的作用域
|
||||
* @param timeout 过期时间 (秒)
|
||||
*/
|
||||
public default void addCookie(String name, String value, String path, String domain, int timeout) {
|
||||
this.addCookie(name, value, path, domain, timeout, false, false);
|
||||
}
|
||||
|
||||
/**
|
||||
* 写入指定Cookie
|
||||
* @param name Cookie名称
|
||||
|
@ -159,7 +159,8 @@ StpUtil.switchTo(10044); // 将当前会话身份临时切换
|
||||
|
||||
|
||||
## 交流群
|
||||
QQ交流群:1002350610 [点击加入](https://jq.qq.com/?_wv=1027&k=45H977HM)
|
||||
QQ交流群:1群:1002350610 (已满) 、
|
||||
2群:614714762 [点击加入](https://jq.qq.com/?_wv=1027&k=b759RZrL)
|
||||
|
||||
微信交流群:
|
||||
|
||||
|
@ -114,7 +114,7 @@
|
||||
'<footer>',
|
||||
'<span>发现错误? 您可以在 <a href="' + url + '" target="_blank">Gitee</a> 或 <a href="' + url2 +
|
||||
'" target="_blank">GitHub</a> 帮助我们完善此页文档!</span>',
|
||||
'或 <a href="https://jq.qq.com/?_wv=1027&k=45H977HM" target="_blank">加入QQ群</a> 交流反馈',
|
||||
'或 <a href="https://jq.qq.com/?_wv=1027&k=b759RZrL" target="_blank">加入QQ群</a> 交流反馈',
|
||||
'</footer>'
|
||||
].join('');
|
||||
return html + footer;
|
||||
|
@ -66,8 +66,8 @@
|
||||
</h4>
|
||||
<div class="wx-qr-box">
|
||||
<div class="qr-item">
|
||||
<img class="wx-qr" src="https://oss.dev33.cn/sa-token/qq-group.png" >
|
||||
<p style="">QQ交流群: 1002350610 <a href="https://jq.qq.com/?_wv=1027&k=45H977HM" target="_blank">点击加入</a></p>
|
||||
<img class="wx-qr" src="https://oss.dev33.cn/sa-token/qq-group-2.png" >
|
||||
<p style="">QQ交流群: 614714762 <a href="https://jq.qq.com/?_wv=1027&k=b759RZrL" target="_blank">点击加入</a></p>
|
||||
</div>
|
||||
<div class="qr-item">
|
||||
<img class="wx-qr" src="https://oss.dev33.cn/sa-token/wx-qr-300.png" >
|
||||
@ -254,11 +254,14 @@
|
||||
<a href="https://www.quoting.cn/" target="_blank" title="引止">
|
||||
<img src="https://oss.dev33.cn/sa-token/com/yinzhi.png">
|
||||
</a>
|
||||
<a href="http://www.dzlanke.cn/" target="_blank" title="德州蓝客网络科技">
|
||||
<img src="https://oss.dev33.cn/sa-token/com/dezhoulanke.png">
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div style="height: 10px; clear: both;"></div>
|
||||
<p style="color: #666;">
|
||||
(如果您的项目也使用了Sa-Token,您可以
|
||||
(如果您的项目也使用了 Sa-Token,您可以
|
||||
<a href="https://gitee.com/dromara/sa-token/issues/I3EV1M" target="_blank" style="text-decoration: none;">在此</a>
|
||||
提交)
|
||||
</p>
|
||||
@ -345,7 +348,7 @@
|
||||
<h3>联系我们</h3>
|
||||
<ul class="list-unstyle">
|
||||
<!-- <li>电话:<a href="tel:123;">123</a></li> -->
|
||||
<li>QQ群 :<a href="https://jq.qq.com/?_wv=1027&k=45H977HM" target="_blank">1002350610</a></li>
|
||||
<li>QQ群 :<a href="https://jq.qq.com/?_wv=1027&k=b759RZrL" target="_blank">614714762</a></li>
|
||||
<li>邮箱:<a href="javascript: alert('暂无');">暂无</a></li>
|
||||
<li>联系:<a href="javascript: alert('暂无');">暂无</a></li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user