Files
utility_go/package/pay/vivo/const.go
2025-07-23 17:37:17 +08:00

10 lines
206 B
Go

package vivo
const (
AuthTokenUrl = "https://joint-account.vivo.com.cn/cp/user/auth"
LocationShanghai = "Asia/Shanghai"
RSA = "RSA"
RSA2 = "RSA2"
)