// php测试环境
export const php = 'http://test.pet-dbc.cn/mobile/index.php?'

// php正式环境
//export php = 'https://shop.pet-dbc.cn/mobile/index.php?'

// go测试环境
export const go = 'https://tm.pet-dbc.cn'

// go正式环境
// export go 'https://m.pet-dbc.cn';