Fix db_query field value to string
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user