miniprograme.go 97 B

1234567
  1. package types
  2. type Miniprogram struct {
  3. Appid string
  4. Secret string
  5. Redisaddr string
  6. }