- mtwm error code

This commit is contained in:
gazebo
2019-05-21 08:47:17 +08:00
parent 109161a1d9
commit 8ff2a2cbfc

View File

@@ -39,6 +39,10 @@ const (
GeneralMaxLimit = 200 // 大多数的API的批处理最大条数
)
const (
ErrCodeNoAppFood = 805
)
type API struct {
appID string
secret string