|
|
@@ -1064,9 +1064,7 @@ Signature: {signature}</code></pre>
|
|
|
<tr>
|
|
|
<td>status</td>
|
|
|
<td>string</td>
|
|
|
- <td>
|
|
|
- 转账状态:DEALING(处理中)、SUCCESS(成功)、FAIL(失败)、REFUND(已退款)
|
|
|
- </td>
|
|
|
+ <td>转账状态:SUCCESS(成功)、FAIL(失败)</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>order_no</td>
|
|
|
@@ -1121,9 +1119,9 @@ Content-Disposition: form-data; name="content"
|
|
|
"updated_time": "2026-04-27 11:25:45"
|
|
|
}
|
|
|
|
|
|
-------WebKitFormBoundary--</code></pre>
|
|
|
+------WebKitFormBoundary--
|
|
|
失败示例
|
|
|
- <pre><code>POST /your/callback/url HTTP/1.1
|
|
|
+POST /your/callback/url HTTP/1.1
|
|
|
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary
|
|
|
|
|
|
------WebKitFormBoundary
|
|
|
@@ -1144,7 +1142,8 @@ Content-Disposition: form-data; name="content"
|
|
|
"error_msg": "收款账号不存在或姓名有误,建议核实账号和姓名是否准确"
|
|
|
}
|
|
|
------WebKitFormBoundary--
|
|
|
-------WebKitFormBoundary--</code></pre>
|
|
|
+------WebKitFormBoundary--
|
|
|
+</code></pre>
|
|
|
|
|
|
<h4>响应要求</h4>
|
|
|
<p>
|