Explorar el Código

fix record time field

sainw hace 5 años
padre
commit
01ab92d7a9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      vo.go

+ 2 - 2
vo.go

@@ -45,6 +45,6 @@ type ClientPriceUpdate struct {
 	GradeText     string `json:"grade_text"`
 	GradePrice    uint64 `json:"grade_price"`
 	NewGradePrice uint64 `json:"new_grade_price"`
-	RecCreatedAt  string `json:"rec_create_at"`
-	RecUpdatedAt  string `json:"rec_update_at"`
+	RecCreatedAt  string `json:"rec_created_at"`
+	RecUpdatedAt  string `json:"rec_updated_at"`
 }