erp-service-error-invoice.yml
995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# invoice code 范围 1300xxxx
13001000:
message: "succeed"
gwError: 200:成功!
13001001:
message: "fail"
gwError: 500:失败
13001002:
message: "mqInvoiceBo parameters invalid"
gwError: 513:电子发票MQ数据无效
13001003:
message: "call server error"
gwError: 422:服务异常
13001004:
message: "order is null"
gwError: 513:订单不存在
13001005:
message: "MQ send failed"
gwError: 513:发MQ给商城失败
13001006:
message: "returned goods have not in storage"
gwError: 413:仍有退货商品未入库
13001007:
message: "red invoice had issued"
gwError: 513:该订单红票已开过
13001008:
message: "returned goods num error"
gwError: 513:该订单退货商品数大于订单所有商品数
13001009:
message: "goodsList is null"
gwError: 413:goodsList为空
13001010:
message: "phone is illegal"
gwError: 513:手机号不合法
13001011:
message: "last blue invoice is null"
gwError: 513:上一次蓝票的数据不能为空!