Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5239d6 commit f5bbde8Copy full SHA for f5bbde8
src/Message/PromotionTransferRequest.php
@@ -35,7 +35,7 @@ public function getData()
35
'device_info' => $this->getDeviceInfo(), // <optional>
36
'partner_trade_no' => $this->getPartnerTradeNo(),
37
'openid' => $this->getOpenId(),
38
- 'check_name' => $this->getCheckName(),
+ 'check_name' => $this->getCheckName(), // <NO_CHECK or FORCE_CHECK>
39
're_user_name' => $this->getReUserName(),
40
'amount' => $this->getAmount(),
41
'desc' => $this->getDesc(),
0 commit comments