Commit bfa047eb authored by mengweifu's avatar mengweifu

Merge branch 'jielong' of https://git.yidian-inc.com:8021/bp/goods into jielong

parents 47749d5a 95267d0c
......@@ -43,7 +43,7 @@ class GoodsException extends BaseException
24 => '当前商品库存不足',
25 => '开始时间格式不对',
26 => '结束时间格式不对',
27 => 'TCC调用失败',
27 => '调用商品系统调用失败',
28 => '上架状态不能编辑,需先下架,再做编辑操作',
29 => '发布商品的生活号不存在',
30 => '当前商品已过期',
......@@ -58,10 +58,10 @@ class GoodsException extends BaseException
39 => '结算价不能大于售价',
40 => '结算价不符合标准',
41 => '商品id非法',
42 => 'TCC 参数错误',
43 => 'TCC 商品非上架状态',
44 => 'TCC 事务commit失败',
45 => 'TCC 还没有try,就去执行confirm',
46 => 'TCC 已经执行过cancel',
42 => '调用商品系统参数错误',
43 => '商品非上架状态',
44 => '事务commit失败',
45 => '还没有try,就去执行confirm',
46 => '已经执行过cancel',
];
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment