- delivery.IsErrShopExist

This commit is contained in:
gazebo
2019-07-24 18:18:21 +08:00
parent 32b53c9c9e
commit 3af1d77500
3 changed files with 19 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ const (
// 错误码
const (
ResponseCodeSuccess = 0
ResponseCodeInvalidParam = 4 // 参数格式错误
ResponseCodeShopNotExist = 112 // 门店不存在
)