- ebai
This commit is contained in:
@@ -2,6 +2,7 @@ package cms
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/jxcallback/scheduler/basesch"
|
||||
@@ -32,7 +33,7 @@ func Init() {
|
||||
} else if _, ok := v.(partner.ISingleStoreHandler); ok {
|
||||
SingleStoreVendorIDs = append(SingleStoreVendorIDs, k)
|
||||
} else {
|
||||
panic("delivery platform type is wrong!")
|
||||
panic(fmt.Sprintf("platform:%d type is wrong!", k))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user