🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 接口名称 Order/ asynPayBack ### 接口描述 异步通知 ### 演示地址 `http://URL/Order/asynPayBack` ### 输入参数 ` (obj) charge charge对象` ~~~ { "id": "ch_Hm5uTSifDOuTy9iLeLPSurrD", "object": "charge", "created": 1425095528, "livemode": true, "paid": true, "refunded": false, "app": "app_1234567890abcDEF", "channel": "alipay", "order_no": "123456789", "client_ip": "127.0.0.1", "amount": 100, "amount_settle": 0, "currency": "cny", "subject": "Your Subject", "body": "Your Body", "extra":{}, "time_paid": 1425095535, "time_expire": 1425181928, "time_settle": null, "transaction_no": "122452430120150228619089324345", "refunds": { "object": "list", "url": "/v1/charges/ch_Hm5uTSifDOuTy9iLeLPSurrD/refunds", "has_more": false, "data": [] }, "amount_refunded": 0, "failure_code": null, "failure_msg": null, "credential": {}, "description": null } ~~~ ### 输出结果 ~~~ 成功时:success 失败时: fail ~~~ ### 其他说明 `Ping++管理平台设置的异步通知地址`