Commit 63c2a925 by 丁铜欣

支付新增优惠标记字段

1 parent 15079145
......@@ -70,7 +70,7 @@ class PubChargeData extends ChargeBaseData
'time_start' => $this->timeStart,
'time_expire' => $this->timeout_express,
'openid' => $this->openid,
'goods_tag' => $this->goods_tag ?? '',//订单优惠标记,参与立减金
// 服务商模式
'sub_appid' => $this->sub_appid,
'sub_mch_id' => $this->sub_mch_id,
......
......@@ -27,6 +27,7 @@ use Payment\Common\PayException;
* @property string $terminal_id 终端设备号(门店号或收银设备ID),默认请传"WEB"
* @property string $sub_appid
* @property string $sub_mch_id 终端设备号(门店号或收银设备ID),默认请传"WEB"
* @property string $goods_tag 订单优惠标记
*
*
* @package Payment\Common\Weixin\Data
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!