**此接口需要服务端提供**
采用POST方式请求
回调url为用户callback_url
| 参数 | 类型| 说明 |
| --- |--- | --- |
| orderNum |string| 订单号 |
| pay_image|string| 二维码地址 |
| token| string| token计算方法为 MD5(orderNum + pay_image +用户token) |
返回数据
| 参数 | 类型| 说明 |
| --- |--- | --- |
| null |string| success为成功,其他为失败 |