Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
92ceaf9668
BIN
bin/gateway
BIN
bin/gateway
Binary file not shown.
@ -17233,9 +17233,9 @@
|
||||
"type_sp": 1,
|
||||
"tasktxt": {
|
||||
"key": "buried_buried_condi_tasktxt_737",
|
||||
"text": "定制1件装备"
|
||||
"text": "打造1件装备"
|
||||
},
|
||||
"type": 189,
|
||||
"type": 148,
|
||||
"valid": 1,
|
||||
"NPC": 10144,
|
||||
"value": 1,
|
||||
|
File diff suppressed because it is too large
Load Diff
BIN
bin/mainte
BIN
bin/mainte
Binary file not shown.
BIN
bin/worker
BIN
bin/worker
Binary file not shown.
@ -61,5 +61,6 @@ func (this *Api_Comp) suitableMethods() {
|
||||
continue
|
||||
}
|
||||
this.gin.POST(strings.ToLower(mname), vof.MethodByName(mname).Interface().(func(*engine.Context)))
|
||||
this.gin.GET(strings.ToLower(mname), vof.MethodByName(mname).Interface().(func(*engine.Context)))
|
||||
}
|
||||
}
|
||||
|
@ -326,6 +326,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str
|
||||
"WebDir": "./dist",
|
||||
"Port": lport,
|
||||
"Key": "@234%67g12q4*67m12#4l67!",
|
||||
"Debug": true,
|
||||
}
|
||||
break
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user