- 饿百API错误常量

This commit is contained in:
gazebo
2019-05-01 10:18:31 +08:00
parent 4309519ab1
commit a1bf8690f7
2 changed files with 28 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
package ebaiapi
const (
ErrOrderIsNotPartRefund = 301006 // 该订单非部分退款订单
)