---
title: "创建公众号绑定二维码"
method: POST
path: "/api/v1/users/wechat-mp/bind-qrcode"
tags: ["【用户】微信公众号推送"]
---

# 创建公众号绑定二维码

`POST /api/v1/users/wechat-mp/bind-qrcode`

为当前登录用户创建微信公众号绑定临时二维码，用户扫码关注/扫码后完成绑定

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainBindQRCodeResp
    - `expire_seconds` integer
    - `qrcode_url` string
    - `ticket` string
  - `message` string

## Other responses

- `401` — 未授权，用户未登录
- `500` — 服务器内部错误

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/versions/5a5929cb17f2/schema)
