miniprograme.go 284 B

12345678910111213141516171819
  1. package types
  2. type Miniprogram struct {
  3. Appid string
  4. Secret string
  5. Redisaddr string
  6. }
  7. type Aliyun struct {
  8. ACCESS_KEY_ID string
  9. ACCESS_KEY_SECRET string
  10. OSS_ENDPOINT string
  11. OSS_ROLEARN string
  12. }
  13. type Fastgpt struct {
  14. BASE_URL string
  15. API_KEY string
  16. }