|
@@ -61,7 +61,6 @@ type config struct {
|
|
|
EnterpriseNumb int64
|
|
|
PersonalNumb int64
|
|
|
} // 商机管理服务认领数量限制
|
|
|
-<<<<<<< HEAD
|
|
|
OneAreaTimesBuyer int
|
|
|
RecommendThreshold float32
|
|
|
Customers []customerInfo
|
|
@@ -70,16 +69,8 @@ type config struct {
|
|
|
PortraitStartTime int `json:"portraitStartTime"`
|
|
|
PortraitDynamicTime int `json:"portraitDynamicTime"`
|
|
|
PortraitCount int `json:"portraitCount"`
|
|
|
-=======
|
|
|
- OneAreaTimesBuyer int
|
|
|
- RecommendThreshold float32
|
|
|
- Customers []customerInfo
|
|
|
- Entcustomer []string
|
|
|
- SearchPCount int
|
|
|
- PortraitStartTime int `json:"portraitStartTime"`
|
|
|
- Nsq string
|
|
|
- Nsq_topic string
|
|
|
->>>>>>> master
|
|
|
+ Nsq string
|
|
|
+ Nsq_topic string
|
|
|
}
|
|
|
|
|
|
type timeTaskConfig struct {
|