仪表盘
版本库
文件存储
活动
搜索
登录
WI
/
Service.V1.0
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat(weixin): 实现微信接口的二次回复功能
qfrjava
2025-03-04
e941c939dad5de9e904a4a33bc41c8d3297ff93a
[WI/Service.V1.0.git]
/
JAVA
/
SMTAIServer
/
src
/
main
/
resources
/
requestmap
/
weixin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"weixin/wechat_notify": {
"map": {
"class": "#SMTAIWeixinControl",
"method": "weChatNotify"
},
"no_shrio": true,
"swaggers": [
{
"tags": [
"微信验证"
],
"title": "微信验证",
"parameters": [
]
}
]
}
}