Commit 80722eb4 authored by vicotor's avatar vicotor

update field json name

parent 8ec7577a
package api
type ToToken struct {
TokenContract string `bson:"token_contract"`
TokenContract string `json:"token_contract" bson:"token_contract"`
ToChainId int64 `json:"to_chain_id" bson:"to_chain_id"`
ToToken string `json:"to_token" bson:"to_token"`
ToTokenSymbol string `json:"to_token_symbol" bson:"to_token_symbol"`
......
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