Commit 67f4de24 authored by Cloud User's avatar Cloud User

fix json tag

parent 0b4906f4
...@@ -611,8 +611,7 @@ type ResponseTask struct { ...@@ -611,8 +611,7 @@ type ResponseTask struct {
ExecCode string `json:"exec_code"` ExecCode string `json:"exec_code"`
//ExecCode int32 `json:"exec_code"` //ExecCode int32 `json:"exec_code"`
// "exec_code":"", // "exec_code":"",
ExecError string `json:"exec_error"`
ExecError string `exec_error`
} }
func newCache(redisAddr, redisPass, mysqlIP, dbName, user, passwd string, port int) *cachedata.CacheData { func newCache(redisAddr, redisPass, mysqlIP, dbName, user, passwd string, port int) *cachedata.CacheData {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment