Commit 36ff68d3ab7480db0dfda90f32e873780703daf4

Authored by 李毅
1 parent 1f224c1b

update

Showing 1 changed file with 14 additions and 10 deletions
4. 支付云/notify_ay.md
  1 +<h1 id="js-pay_notify" class="page-header">支付API异步通知</h1>
  2 +
1 3 <p>
2   - 接口说明:通知失败会重试,通知次数:8,时间:10s 40s 120s 320s 800s 1920s 4480s 10240s
3   - </p>
4   - <p class="text-danger">
5   - 如因业务系统停机等原因造成的通知失败,可以登录统一支付后台手动发起异步通知!
6   - </p>
7   - <p class="text-info">
8   - 业务系统接收通知应进行请求签名验证,避免恶意请求!验证时应包含所有参数,不限于下面列表中的参数,避免因程序升级而导致的验证失败!
9   - </p>
10   - <h2>通知参数</h2>
11   - <table class="table table-bordered">
  4 +接口说明:通知失败会重试,通知次数:8,时间:10s 40s 120s 320s 800s 1920s 4480s 10240s
  5 +</p>
  6 +<p class="text-danger">
  7 + 如因业务系统停机等原因造成的通知失败,可以登录统一支付后台手动发起异步通知!
  8 +</p>
  9 +<p class="text-info">
  10 + 业务系统接收通知应进行请求签名验证,避免恶意请求!验证时应包含所有参数,不限于下面列表中的参数,避免因程序升级而导致的验证失败!
  11 +</p>
  12 +<h2>通知参数</h2>
  13 +
  14 +<table class="table table-bordered">
12 15 <thead>
13 16 <tr>
14 17 <th>字段名称</th>
... ... @@ -137,6 +140,7 @@
137 140 </tr>
138 141 </tbody>
139 142 </table>
  143 +
140 144 <p class="text-danger">
141 145 收到通知后,应返回 success
142 146 </p>
143 147 \ No newline at end of file
... ...