/** 终端的枚举 */ export const TerminalEnum = { WECHAT_MINI_PROGRAM: { terminal: 10, name: '微信小程序' }, ALIPAY_APP: { terminal: 40, name: '支付宝小程序' } // WECHAT_WAP: { // terminal: 11, // name: '微信公众号' // }, // H5: { // terminal: 20, // name: 'H5 网页' // }, // APP: { // terminal: 31, // name: '手机 App' // } }