广告平台(媒体使用)
25개 이상의 토픽을 선택하실 수 없습니다. 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. }