You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
161 B

class AppConfig {
///彩云天气API Key
static const caiYunAPI = 'YETFbiaWktYHfCQE';
///微信AppID
static const wechatAppId = 'wxd7bdef0d4849ddb8';
}