# Generate QR codes
# Dxplaination of Interface Call Request
Interface Force Check Source IP
http请求方式:POST
https://api.weixin.qq.com/shop/funds/qrcode/gen?access_token=xxxxxxxxx
# Example of request parameters
{
"identity_type":1
}
# Examples of back-up
{
"errcode": 0,
"errmsg":"ok",
"qrcode_ticket":"xxxxx"
}
# Dxplaination of request parameters
| parameter | type | Is it compulsory? | Introductions |
|---|---|---|---|
| identity_type | number | yes | Identity that needs verification |
# Dxplaination of callback parameters
| parameter | type | Introductions |
|---|---|---|
| errcode | number | Error code |
| errmsg | string | Error message |
| qrcode_ticket | string | A two-dimensional ticket can be used to to get a two-dimensional and to check the status of the scan |
# Enumeration value -identity_type
| The enumeration value | describe |
|---|---|
| 1 | admins |
# Return code
| Return code | Error Type |
|---|---|
| -1 | System exceptions |