export const apis = {
checkImageSafety: {
url: 'https://luckycola.com.cn/imgCheck/checkV2',
method: 'POST'
},
getFoodMenu: {
url: 'https://luckycola.com.cn/food/getFoodMenu',
method: 'POST'
},
imageOcr: {
url: 'https://luckycola.com.cn/openOcr/baseOCR',
method: 'POST'
}
};