1
0
mirror of synced 2026-04-20 16:38:38 +08:00

📝 编写文档

This commit is contained in:
yadong.zhang
2019-08-23 20:05:26 +08:00
parent 10df9f05f3
commit 16f77ec770
8 changed files with 264 additions and 9 deletions

View File

@@ -16,12 +16,12 @@ import lombok.*;
public class AuthConfig {
/**
* 客户端id对应平台的appKey
* 客户端id对应平台的appKey
*/
private String clientId;
/**
* 客户端Secret对应平台的appSecret
* 客户端Secret对应平台的appSecret
*/
private String clientSecret;