change type YclientsFieldRule
This commit is contained in:
parent
ef0b3d81dc
commit
ea584c78dc
@ -139,7 +139,7 @@ type YclientsRule struct {
|
||||
}
|
||||
|
||||
type YclientsFieldRule struct {
|
||||
QuestionID map[int]string `json:"question_id"`
|
||||
QuestionID map[uint64]int32 `json:"question_id"`
|
||||
}
|
||||
|
||||
type ServiceYclientsRule struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user