广告平台(站长下代理使用)
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.

md_qulification.go 183 B

пре 4 недеља
123456789101112
  1. package md
  2. var Country = []map[string]string{
  3. {
  4. "value": "1", "name": "中国/国内",
  5. },
  6. }
  7. var CurrencyConf = []map[string]string{
  8. {
  9. "value": "0", "name": "人民币",
  10. },
  11. }