sqlite的api,便于内部使用
liuxiaolong
2020-02-28 9b16fecd94fa5248eba825d81050c7de8eca77e3
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