Files
FlutterUnit/lib/app/res/constant/github_client_config.dart
2020-06-19 09:59:57 +08:00

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";
}