Commit 586f7dbb8de215601ea8b6f52f3c5a74dfa87065
1 parent
8bbc3353
update
Showing
1 changed file
with
2 additions
and
1 deletions
06.支付云/3.1 预支付-预支付订单.md
| ... | ... | @@ -180,6 +180,7 @@ |
| 180 | 180 | <td>wx_app</td> |
| 181 | 181 | <td> |
| 182 | 182 | 微信 APP支付时返回<br> |
| 183 | + <a href="https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=8_5">官方说明</a> <br> | |
| 183 | 184 | 安卓关键词package无法解析时可以硬编码 package="Sign=WXPay"<br> |
| 184 | 185 | <pre>{ |
| 185 | 186 | "appid":"wxbcb43c2700e6b3", |
| ... | ... | @@ -197,7 +198,7 @@ |
| 197 | 198 | <td>alipay_app</td> |
| 198 | 199 | <td class="nosign"> |
| 199 | 200 | 支付宝APP支付时返回<br> |
| 200 | - <a href="https://doc.open.alipay.com/docs/doc.htm?spm=a219a.7629140.0.0.hk6vBg&treeId=59&articleId=103663&docType=1"></a>官方说明 <br> | |
| 201 | + <a href="https://doc.open.alipay.com/docs/doc.htm?spm=a219a.7629140.0.0.hk6vBg&treeId=59&articleId=103663&docType=1">官方说明</a> <br> | |
| 201 | 202 | <pre>" |
| 202 | 203 | _input_charset=\"utf-8\" |
| 203 | 204 | &service=\"mobile.securitypay.pay\" | ... | ... |