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.

11 lines
237 B

class AppConfig {
///彩云天气API Key
static const caiYunAPI = 'YETFbiaWktYHfCQE';
///微信AppID
static const wechatAppId = 'wxd7bdef0d4849ddb8';
///极光推送key
static const jpushKey = '5f42cbb15abcdda6f8aeb925';
}