test.go 224 B

123456789101112
  1. package main
  2. import "log"
  3. func test1() {
  4. data := map[string]interface{}{
  5. //"detail": "北京鑫台华科技有限公司",
  6. "buyer": "北京鑫台华科技有限公司",
  7. }
  8. res := GetAreaInfo(data)
  9. log.Println(res)
  10. }