Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5bbde8

Browse files
author
Darren Gao
committed
给企业付款接口中check_username添加注释
1 parent b5239d6 commit f5bbde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/PromotionTransferRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getData()
3535
'device_info' => $this->getDeviceInfo(), // <optional>
3636
'partner_trade_no' => $this->getPartnerTradeNo(),
3737
'openid' => $this->getOpenId(),
38-
'check_name' => $this->getCheckName(),
38+
'check_name' => $this->getCheckName(), // <NO_CHECK or FORCE_CHECK>
3939
're_user_name' => $this->getReUserName(),
4040
'amount' => $this->getAmount(),
4141
'desc' => $this->getDesc(),

0 commit comments

Comments
 (0)