第三方api接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
341 B

  1. package topsdk
  2. /**
  3. sdk使用常量,请勿修改
  4. */
  5. const (
  6. // SdkVersion 版本号
  7. SdkVersion = "new_go_sdk_20230318"
  8. // ApiFormat api格式
  9. ApiFormat = "json"
  10. // SignMethod 签名算法
  11. SignMethod = "hmac-sha256"
  12. // Version 网关版本号
  13. TopVersion = "2.0"
  14. // DateFormat 日期格式
  15. DateFormat = "2006-01-02 15:04:05"
  16. )