forked from lxm_flutter/FlutterUnit
8 lines
251 B
Dart
8 lines
251 B
Dart
/// create by 张风捷特烈 on 2020/6/16
|
|
/// contact me by email 1981462002@qq.com
|
|
/// 说明:
|
|
|
|
class GithubClientConfig {
|
|
static const clientId = "7f2e92c1db43b9434585";
|
|
static const clientSecret = "f492b1d894d9dc638391e7b874b613cf54238eb4";
|
|
} |