5 Star 20 Fork 6

samoye/GoWeChat

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Semantic.go 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
samoye 提交于 2020-06-04 14:58 +08:00 . change module name
package account
import (
"fmt"
"gitee.com/yizhisamoye/GoWeChat/utils"
)
/**
语言理解
*/
func(w WxAccount)Semantic(queryData map[string]interface{},openId string)(map[string]interface{},error){
url:=fmt.Sprintf(BaseUrl+"/semantic/semproxy/search?access_token=%s",w.accessToken)
queryData["uid"]=openId
queryData["appid"]=w.appId
return utils.SendJson(url,queryData)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yizhisamoye/GoWeChat.git
git@gitee.com:yizhisamoye/GoWeChat.git
yizhisamoye
GoWeChat
GoWeChat
ed8de99d2f46

搜索帮助