const constants = { dev: { appid: 'wx057860e6eed65159', secret: '1edc202e244a0d0f24f03e48c4d90c62', baseURL: 'https://dev.ycjcjy.com/api/guest/MQ', successURL: 'https://dev.ycjcjy.com/checkSuccess', }, test: { appid: 'wxe6ab1ec2d96341db', secret: '92d6fda9be5badfce7af57bf053e191e', baseURL: 'https://spaceofcheng.ycjcjy.com/api/guest/MQ', successURL: 'https://spaceofcheng.ycjcjy.com/checkSuccess', }, prod: { appid: 'wxe6ab1ec2d96341db', secret: '92d6fda9be5badfce7af57bf053e191e', baseURL: 'https://spaceofcheng.ycjcjy.com/api/guest/MQ', successURL: 'https://spaceofcheng.ycjcjy.com/checkSuccess', }, } module.exports = constants.prod