获取用户 openid
微信 JSAPI 支付必须
最后更新于
https://p.mbd.pub/openid
GET
参数名 | 必选 | 类型 | 说明 |
target_url | 是 | string | 自动跳转地址,例如 |
app_id | 是 | string | 你的app_id |
假如需要接收 openid
的 url 是:
http://www.example.com/abc?uid=32
则直接通过浏览器跳转该 url
即可:
https://p.mbd.pub/openid?app_id=1234567890&target_url=http://www.example.com/abc?uid=32
完成 openid
获取后,微信浏览器会自动跳转至:
http://www.example.com/abc?uid=32&openid=*************