feat : finish order
This commit is contained in:
@@ -143,7 +143,7 @@ class AutoDispenseService
|
||||
'thing2' => ['value' => $dispenseInfo->coupon_name],
|
||||
'thing9' => ['value' => $nominalValue],
|
||||
'thing8' => ['value' => $validityTime['start_time'].'/'.$validityTime['end_time']],
|
||||
'thing4' => ['value' => 'xxx'],
|
||||
'thing4' => ['value' => '您的优惠券已送达哦'],
|
||||
];
|
||||
|
||||
$message = new WxSubMessageProducer([
|
||||
|
||||
@@ -183,7 +183,7 @@ class GoodOrderFinishSuccessorService
|
||||
'thing2' => ['value' => $item['coupon_name']],
|
||||
'thing9' => ['value' => $nominalValue],
|
||||
'thing8' => ['value' => $item['validity_start_time'].'/'.$item['validity_end_time']],
|
||||
'thing4' => ['value' => 'xxx'],
|
||||
'thing4' => ['value' => '您的优惠券已送达哦'],
|
||||
];
|
||||
|
||||
$message = new WxSubMessageProducer([
|
||||
|
||||
Reference in New Issue
Block a user