上传代码
This commit is contained in:
parent
7667308a80
commit
9b4a845d29
@ -202,6 +202,7 @@ func (this *Buried) TriggerBuried(uid string, burieds ...*pb.BuriedParam) {
|
|||||||
comm.Service_Worker,
|
comm.Service_Worker,
|
||||||
string(comm.Rpc_ModuleBuriedTrigger),
|
string(comm.Rpc_ModuleBuriedTrigger),
|
||||||
pb.Rpc_ModuleBuriedTriggerReq{
|
pb.Rpc_ModuleBuriedTriggerReq{
|
||||||
|
Uid: uid,
|
||||||
Burieds: burieds,
|
Burieds: burieds,
|
||||||
},
|
},
|
||||||
nil); err != nil {
|
nil); err != nil {
|
||||||
|
@ -28,7 +28,7 @@ func (this *Options) GetLog() log.ILogger {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (this *Options) LoadConfig(settings map[string]interface{}) (err error) {
|
func (this *Options) LoadConfig(settings map[string]interface{}) (err error) {
|
||||||
this.Debug = true
|
this.Debug = false
|
||||||
if settings != nil {
|
if settings != nil {
|
||||||
err = mapstructure.Decode(settings, this)
|
err = mapstructure.Decode(settings, this)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user