上传代码
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,
|
||||
string(comm.Rpc_ModuleBuriedTrigger),
|
||||
pb.Rpc_ModuleBuriedTriggerReq{
|
||||
Uid: uid,
|
||||
Burieds: burieds,
|
||||
},
|
||||
nil); err != nil {
|
||||
|
@ -28,7 +28,7 @@ func (this *Options) GetLog() log.ILogger {
|
||||
}
|
||||
|
||||
func (this *Options) LoadConfig(settings map[string]interface{}) (err error) {
|
||||
this.Debug = true
|
||||
this.Debug = false
|
||||
if settings != nil {
|
||||
err = mapstructure.Decode(settings, this)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user