微信网页授权移植
This commit is contained in:
parent
91d78d656a
commit
fcff4155b0
|
@ -21,7 +21,7 @@ import java.util.Date;
|
||||||
* @date 2017-9-27
|
* @date 2017-9-27
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@TableName("wx_user")
|
@TableName("cees_wx_user")
|
||||||
public class WxUser implements Serializable {
|
public class WxUser implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
|
@ -320,3 +320,6 @@ justauth:
|
||||||
type: default
|
type: default
|
||||||
prefix: 'demo::'
|
prefix: 'demo::'
|
||||||
timeout: 1h
|
timeout: 1h
|
||||||
|
wechat:
|
||||||
|
appId:wx604b36a6bc00d376;
|
||||||
|
secret:f763076bef56be2c620f65a43827550e
|
Loading…
Reference in New Issue