1
This commit is contained in:
@@ -17,15 +17,16 @@ var (
|
||||
AliKey string
|
||||
AliSecret string
|
||||
|
||||
EnableStoreWrite bool
|
||||
EnableJdStoreWrite bool
|
||||
EnableEbaiStoreWrite bool
|
||||
EnableElmStoreWrite bool
|
||||
EnableMtwmStoreWrite bool
|
||||
EnableWscStoreWrite bool
|
||||
EnablePendingChange bool
|
||||
EnableYbStoreWrite bool
|
||||
EnableJdShopWrite bool //京东商城
|
||||
EnableStoreWrite bool
|
||||
EnableJdStoreWrite bool
|
||||
EnableEbaiStoreWrite bool
|
||||
EnableElmStoreWrite bool
|
||||
EnableMtwmStoreWrite bool
|
||||
EnableWscStoreWrite bool
|
||||
EnablePendingChange bool
|
||||
EnableYbStoreWrite bool
|
||||
EnableJdShopWrite bool //京东商城
|
||||
EnableDouDianStoreWrite bool //抖音-抖店
|
||||
|
||||
QiniuBucket string
|
||||
WeimobCallbackURL string
|
||||
@@ -113,6 +114,7 @@ func Init() {
|
||||
// EnablePendingChange = web.AppConfig.DefaultBool("enablePendingChange", false)
|
||||
EnableYbStoreWrite = EnableStoreWrite && web.AppConfig.DefaultBool("enableYbStoreWrite", false)
|
||||
EnableJdShopWrite = EnableStoreWrite && web.AppConfig.DefaultBool("enableJdShopWrite", false)
|
||||
EnableDouDianStoreWrite = EnableStoreWrite && web.AppConfig.DefaultBool("enableDouDianStoreWrite", false)
|
||||
|
||||
QiniuBucket = web.AppConfig.DefaultString("qiniuBucket", "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user