TangCheng
2025-03-06 9d6b106dd8486fe4bcbccc1cd182ead31a0354b0
JAVA/SMTAIServer/src/main/resources/requestmap/weixin.json
@@ -1,20 +1,20 @@
{
  "weixin/wechat_notify": {
    "map": {
      "class": "#SMTAIWeixinControl",
      "method": "weChatNotify"
    },
    "no_shrio": true,
  "weixin/wechat_notify": {"map": { "class": "#SMTAIWeixinControl", "method": "weChatNotify"},  "no_shrio": true,
    "swaggers": [
      {
        "tags": [
          "微信验证"
        ],
      { "tags": ["微信验证"],
        "title": "微信验证",
        "parameters": [
        ]
      }
    ]
  }
  },
   "agent/we_chat_test":{"map":{"class":"#SMTAIWeixinControl", "method":"weChatTest"},  "no_shrio": true,
         "swaggers":[
         {   "tags" : ["agent管理"],
            "title" : "测试微信对话",
            "parameters" : [
            ]
         }
      ]
   }
}