增加vendor
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package gopay
|
||||
|
||||
const (
|
||||
NULL = ""
|
||||
SUCCESS = "SUCCESS"
|
||||
FAIL = "FAIL"
|
||||
OK = "OK"
|
||||
DebugOff = 0
|
||||
DebugOn = 1
|
||||
Version = "1.5.78"
|
||||
)
|
||||
|
||||
type DebugSwitch int8
|
||||
Reference in New Issue
Block a user