sqlite的api,便于内部使用
liuxiaolong
2021-01-12 af30ec278c4f7c69ad07abf38d4efbaa21de23d0
client.go
@@ -13,7 +13,7 @@
   //PUT
   DoPutRequest(url string, contentType string, body map[string]interface{}, headers map[string]string) ([]byte, error)
   //DELETE
   DoDeleteRequest(url string, contentType string, body map[string]interface{}, headers map[string]string) ([]byte, error)
   DoDeleteRequest(url string, contentType string, body map[string]interface{}, params map[string]string, headers map[string]string) ([]byte, error)
}
var BASIC_URL            = "http://127.0.0.1:8001"