This commit is contained in:
meixiongfeng 2023-06-16 17:09:33 +08:00
commit 92ceaf9668
9 changed files with 16744 additions and 16742 deletions

BIN
bin/cmd

Binary file not shown.

Binary file not shown.

View File

@ -17233,9 +17233,9 @@
"type_sp": 1, "type_sp": 1,
"tasktxt": { "tasktxt": {
"key": "buried_buried_condi_tasktxt_737", "key": "buried_buried_condi_tasktxt_737",
"text": "定制1件装备" "text": "打造1件装备"
}, },
"type": 189, "type": 148,
"valid": 1, "valid": 1,
"NPC": 10144, "NPC": 10144,
"value": 1, "value": 1,

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@ -61,5 +61,6 @@ func (this *Api_Comp) suitableMethods() {
continue continue
} }
this.gin.POST(strings.ToLower(mname), vof.MethodByName(mname).Interface().(func(*engine.Context))) 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)))
} }
} }

View File

@ -326,6 +326,7 @@ func convertServiceSttings(config *comm.GameConfig, id int, stype string, ip str
"WebDir": "./dist", "WebDir": "./dist",
"Port": lport, "Port": lport,
"Key": "@234%67g12q4*67m12#4l67!", "Key": "@234%67g12q4*67m12#4l67!",
"Debug": true,
} }
break break
default: default: