/** 与后端 common/components/errCode.php 对应的业务错误码 */ // 订单:应付金额为0,无需拉起微信支付 export const ORDER_PAY_AMOUNT_ZERO = 4001 // 拼团:客户在当前门店暂无绑定关系 export const GROUP_BUY_HD_NOT_BOUND = 6001