import WechatPay from './WechatPay'; import WechatPayDebug from './WechatPay.debug'; // 微信支付没有沙箱环境,所以staging模式也只能用debug export default process.env.NODE_ENV === 'production' ? WechatPay : WechatPayDebug;