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

fix json tag

parent 0b4906f4
......@@ -611,8 +611,7 @@ type ResponseTask struct {
ExecCode string `json:"exec_code"`
//ExecCode int32 `json:"exec_code"`
// "exec_code":"",
ExecError string `exec_error`
ExecError string `json:"exec_error"`
}
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