1. 异步投诉通知
畅想自动发卡平台开放平台
  • 一分钟接入畅想自动发卡开放平台
  • 支付接口
    • 创建订单
      POST
    • 支付结果通知
      POST
    • 查询订单状态
      POST
  • 下发备用金
    • 查询下发订单状态
      POST
    • 下发成功结果通知
      POST
    • 创建下发订单
      POST
  • 刷脸实名认证
    • 创建实名认证订单
      POST
    • 查询刷脸实名认证结果
      POST
  • 异步投诉通知
    • 异步投诉通知示例
      POST
  1. 异步投诉通知

异步投诉通知示例

POST
商户投诉异步通知地址,例如:http://api.ggg.com/api/ComplaintNotify
简要描述:投诉异步通知接口

请求参数

Body 参数application/json

示例
{
    "err_no": 0,
    "err_msg": "success",
    "results": {
        "status": 200,
        "error": null,
        "data": {
            "merchant_order_no": "M202411150001",
            "order_no": "cxka251115066acn",
            "complaint_type": "1",
            "complaint_type_text": "添加投诉",
            "wechat_nickname": null,
            "qq": null,
            "buyer_mobile": "18612045566",
            "zfb_complaint_no": "ZFB20241115001",
            "complaint_at": "2025-11-15 14:30:00",
            "final_refund_money": null,
            "refund_at": null,
            "complaint_closed_at": null,
            "sign": "1B93A9D90503A2B7245C6CD89463AB2B"
        }
    }
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '商户投诉异步通知地址,例如:http://api.ggg.com/api/ComplaintNotify' \
--header 'Content-Type: application/json' \
--data-raw '{
    "err_no": 0,
    "err_msg": "success",
    "results": {
        "status": 200,
        "error": null,
        "data": {
            "merchant_order_no": "M202411150001",
            "order_no": "cxka251115066acn",
            "complaint_type": "1",
            "complaint_type_text": "添加投诉",
            "wechat_nickname": null,
            "qq": null,
            "buyer_mobile": "18612045566",
            "zfb_complaint_no": "ZFB20241115001",
            "complaint_at": "2025-11-15 14:30:00",
            "final_refund_money": null,
            "refund_at": null,
            "complaint_closed_at": null,
            "sign": "1B93A9D90503A2B7245C6CD89463AB2B"
        }
    }
}'

返回响应

🟢200成功
application/json
Body

示例
{}
上一页
查询刷脸实名认证结果
Built with