Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Commit

Permalink
Typo & update document url path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchun committed Apr 25, 2016
1 parent d407b10 commit 3a56b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lucky-money.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: 红包
---

你在阅读本文之前确认你已经仔细阅读了:[微信支付 | 现金红包文档 ](https://pay.weixin.qq.com/wiki/doc/api/cash_coupon.php?chapter=13_1)
你在阅读本文之前确认你已经仔细阅读了:[微信支付 | 现金红包文档 ](https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=13_1)

## 配置

Expand Down
4 changes: 2 additions & 2 deletions merchant_payment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: 企业支付
---

你在阅读本文之前确认你已经仔细阅读了:[微信支付 | 企业付款文档 ](https://pay.weixin.qq.com/wiki/doc/api/mch_pay.php?chapter=14_1)
你在阅读本文之前确认你已经仔细阅读了:[微信支付 | 企业付款文档 ](https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_1)

## 配置

Expand Down Expand Up @@ -40,7 +40,7 @@ $merchantPay = $app->merchant_pay;
$merchantPayData = [
'partner_trade_no' => str_random(16), //随机字符串作为订单号,跟红包和支付一个概念。
'openid' => $openid, //收款人的openid
'check_name' => 'NO_CHECK', //文档中三分钟校验实名的方法NO_CHECK OPTION_CHECK FORCE_CHECK
'check_name' => 'NO_CHECK', //文档中有三种校验实名的方法 NO_CHECK OPTION_CHECK FORCE_CHECK
're_user_name'=>'张三', //OPTION_CHECK FORCE_CHECK 校验实名的时候必须提交
'amount' => 100, //单位为分
'desc' => '企业付款',
Expand Down

0 comments on commit 3a56b85

Please sign in to comment.