/** * 应用相关常量 * * add by wuxw 2019-12-28 */ class AppConstant{ /** * 应用信息,主要是用来和后端服务交互时的时候用 */ static appId = "992019111758490006"; static appSecurity = ""; } module.exports = AppConstant;