Fix db_query field value to string

This commit is contained in:
若海
2024-01-12 09:02:19 +08:00
parent cd19e7d3f8
commit c9d8115c65
10 changed files with 102 additions and 61 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ import (
"wechat-rest/httpd/wcfrest"
)
// @title Wechat Rest API
// @version v0.4.6
// @description 基于 WeChatFerry RPC 实现的电脑版微信 REST API,使用 Go 语言编写,无第三方运行时依赖。基于 HTTP 提供操作接口,轻松对接任意编程语言。
// @title WeChat Rest Api
// @version v0.5.0
// @description 基于 WeChatFerry RPC 实现的微信接口,使用 Go 语言编写,无第三方运行时依赖,易于对接任意编程语言。
// @contact.name WeChatRest
// @contact.url https://github.com/opentdp/wechat-rest
// @license.name Apache 2.0