Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
domwong
2021-10-26 09:09:24 +00:00
parent f0019e576a
commit 5cb3a51ecb
8 changed files with 19 additions and 12 deletions

View File

@@ -12,8 +12,8 @@ func UpdateArecord() {
dbService := db.NewDbService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := dbService.Update(&db.UpdateRequest{
Record: map[string]interface{}{
"age": 43,
"id": "1",
"age": 43,
},
Table: "users",
})