建cdk 参数拼接方式修改

master
czq 2023-11-06 11:01:21 +08:00
parent 34cfdcd413
commit 1f1677947d
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ func (action *Action) CreatCdk(r *ghttp.Request) {
} else if len(channelname) != 3 {
base.Fail(r, "长度只允许为3个字符")
}
ages := ctype + " " + reward + " " + title + " " + contetnt + " " + channelname
ages := ctype + " " + reward + "@" + title + "@" + contetnt + "@" + channelname
singleResult := gameinfo.ModelServer.FindOne("_id", 1) //取1服
var serverInfo gameinfo.ServerInfo
err := singleResult.Decode(&serverInfo)