config.js 706 Bytes
const config = {
    domains: {
        api: 'http://api-test3.yohops.com:9999',
        yasApi: 'https://analytics.m.yohobuy.com/yas_mobile',
        store: 'http://192.168.102.47:8080/portal-gateway/wechat'
    },
    apiParams: {
        client_type: 'miniapp',
        business_line: 'miniappReds',
        private_key: 'b43890b0a296ff3c7b8c260ca763980b',
        app_version: '6.4.0'
    },
    appid: 'wxe8bfc9b404772199',  // appid业务中使用
    unionType: '100000000011369', // 渠道号后台写死
    mini_app_type: '3',            // 小程序类型
    resourceContentCode: {
        home: {
            top: '72c65730150543d295532c942b0e5a33'
        }
    }
};

export default config;