蛋蛋星球-制度模式
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.

14 lines
172 B

  1. package gopay
  2. const (
  3. NULL = ""
  4. SUCCESS = "SUCCESS"
  5. FAIL = "FAIL"
  6. OK = "OK"
  7. DebugOff = 0
  8. DebugOn = 1
  9. Version = "v1.5.106"
  10. )
  11. type DebugSwitch int8