Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ldy
/
payment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 63c2a925
authored
Mar 16, 2023
by
丁铜欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付新增优惠标记字段
1 parent
15079145
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/Common/Weixin/Data/Charge/PubChargeData.php
src/Common/Weixin/Data/WxBaseData.php
src/Common/Weixin/Data/Charge/PubChargeData.php
View file @
63c2a92
...
@@ -70,7 +70,7 @@ class PubChargeData extends ChargeBaseData
...
@@ -70,7 +70,7 @@ class PubChargeData extends ChargeBaseData
'time_start'
=>
$this
->
timeStart
,
'time_start'
=>
$this
->
timeStart
,
'time_expire'
=>
$this
->
timeout_express
,
'time_expire'
=>
$this
->
timeout_express
,
'openid'
=>
$this
->
openid
,
'openid'
=>
$this
->
openid
,
'goods_tag'
=>
$this
->
goods_tag
??
''
,
//订单优惠标记,参与立减金
// 服务商模式
// 服务商模式
'sub_appid'
=>
$this
->
sub_appid
,
'sub_appid'
=>
$this
->
sub_appid
,
'sub_mch_id'
=>
$this
->
sub_mch_id
,
'sub_mch_id'
=>
$this
->
sub_mch_id
,
...
...
src/Common/Weixin/Data/WxBaseData.php
View file @
63c2a92
...
@@ -27,6 +27,7 @@ use Payment\Common\PayException;
...
@@ -27,6 +27,7 @@ use Payment\Common\PayException;
* @property string $terminal_id 终端设备号(门店号或收银设备ID),默认请传"WEB"
* @property string $terminal_id 终端设备号(门店号或收银设备ID),默认请传"WEB"
* @property string $sub_appid
* @property string $sub_appid
* @property string $sub_mch_id 终端设备号(门店号或收银设备ID),默认请传"WEB"
* @property string $sub_mch_id 终端设备号(门店号或收银设备ID),默认请传"WEB"
* @property string $goods_tag 订单优惠标记
*
*
*
*
* @package Payment\Common\Weixin\Data
* @package Payment\Common\Weixin\Data
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment