1
0
Ver Fonte

fix record time field

sainw há 5 anos atrás
pai
commit
01ab92d7a9
1 ficheiros alterados com 2 adições e 2 exclusões
  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"`
 }