| | |
| | | ServiceContractTypeSetErr = 4900004 // 设置服务合同类型失败 |
| | | ServiceContractTypeUpdateErr = 4900005 // 更新服务合同类型失败 |
| | | |
| | | |
| | | RefundMethodExist = 5000001 // 退款方式已存在 |
| | | RefundMethodNotExist = 5000002 // 退款方式不存在 |
| | | RefundMethodListErr = 5000003 // 获取退款方式列表失败 |
| | | RefundMethodSetErr = 5000004 // 设置退款方式失败 |
| | | RefundMethodUpdateErr = 5000005 // 更新退款方式失败 |
| | | |
| | | IsInvoiceExist = 5100001 // 是否开票已存在 |
| | | IsInvoiceNotExist = 5100002 // 是否开票不存在 |
| | | IsInvoiceListErr = 5100003 // 获取是否开票列表失败 |
| | | IsInvoiceSetErr = 5100004 // 设置是否开票失败 |
| | | IsInvoiceUpdateErr = 5100005 // 更新是否开票失败 |
| | | |
| | | ) |