Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Merchant ¶
type Merchant struct { APPID string `json:"appid" bson:"appid"` Host string `json:"host" bson:"host"` Secret string `json:"secret" bson:"secret"` Scope string `json:"scope"` // 授权范围 ,号分割 StartTime time.Time `json:"start_time" bson:"start_time"` CreateTime int64 `json:"create_time" bson:"create_time"` UpdateTime int64 `json:"update_time" bson:"update_time"` }
Click to show internal directories.
Click to hide internal directories.