const.go 87 B

123456
  1. package unionpay
  2. const (
  3. // CurrencyCodeCNY 人民币代码
  4. CurrencyCodeCNY = 156
  5. )