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.

10 lines
255 B

class NetHeader {
/// 自定义Header
static String appID = 'MOBILE-APP-ZNY';
static String appSecret = '293FCB579B80BC1D5E6414F0B41C6FF4';
static Map<String, dynamic> dmsHeaders = {
'AppID': appID,
'AppSecret': appSecret,
};
}