This website works better with JavaScript
Home
Explore
Help
Register
Sign In
cx
/
util
Watch
3
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
44526cfc1f
Branches
Tags
master
util
/
unionpay
/
const.go
const.go
87 B
History
Raw
1
2
3
4
5
6
package unionpay
const (
// CurrencyCodeCNY 人民币代码
CurrencyCodeCNY = 156
)