优化首页内容

This commit is contained in:
georgehao
2019-07-06 17:05:19 +08:00
parent 37fb659c4e
commit 6a30e9265c
49 changed files with 1060 additions and 729 deletions

View File

@@ -79,5 +79,5 @@ func GbkAsUtf8(str string) string {
//任务识别码
func JobKey(taskId, serverId int) int {
return taskId*10000000 + serverId
return taskId*100000 + serverId
}