---
title: "微信公众号回调"
method: POST
path: "/api/v1/wechat/callback"
tags: ["【用户】微信公众号推送"]
---

# 微信公众号回调

`POST /api/v1/wechat/callback`

接收微信服务器配置校验、关注/取消关注、扫码等事件回调；该接口无需登录鉴权

## Query parameters

- `signature` string
- `timestamp` string
- `nonce` string
- `echostr` string
- `msg_signature` string

## Response `200`

微信回调处理结果

## Changes

- **2026-05-24** `c079d1a4d514` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/untitled-api/changes/api/v1/wechat/callback/post.md)

---

[API](https://skmtc.dev/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.dev/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/untitled-api/revisions/c079d1a4d514/schema)
