errCode.js 267 B

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