- ErrStoreHaveNoCourier for getMTPSShopID

This commit is contained in:
gazebo
2018-11-03 12:52:14 +08:00
parent e6e28acb14
commit 3334466e70
2 changed files with 6 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ var (
)
var (
ErrCanNotFindItem = errors.New("没有找到指定的东西")
ErrCanNotFindItem = errors.New("没有找到指定的东西")
ErrStoreHaveNoCourier = errors.New("门店没有绑定相应的配送信息")
)
var (