建cdk 参数拼接方式修改

master
czq 2023-11-06 14:34:57 +08:00
parent 1f1677947d
commit 24b1305227
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)