- update log

master v1.0.76
李光春 1 year ago
parent 1dceba325c
commit 61e22b74ba

@ -1,5 +1,5 @@
package go_library
func Version() string {
return "1.0.75"
return "1.0.76"
}

@ -102,7 +102,7 @@ func (c *GinClient) gormRecordJson(ginCtx *gin.Context, traceId string, requestT
}
if len(requestBody) > 0 {
data.RequestBody = dorm.JsonEncodeNoError(requestBody) //【请求】请求主体
data.RequestBody = dorm.JsonEncodeNoError(dorm.JsonDecodeNoError(requestBody)) //【请求】请求主体
}
c.gormRecord(data)

Loading…
Cancel
Save