sqlite的api,便于内部使用
liuxiaolong
2020-03-06 f2cf47ba9fdf075b374ddb9deebdd9ee4436f17e
areaApi.go
@@ -2,7 +2,6 @@
import (
   "encoding/json"
   "fmt"
   "strconv"
)
@@ -150,7 +149,7 @@
   }
   var res Result
   if err = json.Unmarshal(respBody, &res); err != nil {
      fmt.Println(err)
      logPrint(err)
      return flag
   }
   flag = res.Success