|
|
@@ -28,14 +28,12 @@ class ExpressClass extends BaseClass
|
|
|
$merchant = WxOpenClass::getGhsWxInfo();
|
|
|
$ptStyle = dict::getDict('ptStyle', 'ghs');
|
|
|
|
|
|
- $openId = $params['openId'];
|
|
|
$deliveryId = $params['deliveryId'];
|
|
|
|
|
|
$wayBillId = $order->fhWlNo ?? '';
|
|
|
$orderSn = $order->orderSn;
|
|
|
|
|
|
$data = [
|
|
|
- 'openid' => $openId,
|
|
|
'deliveryId' => $deliveryId,
|
|
|
'waybill_id' => $wayBillId,
|
|
|
'order_id' => $orderSn
|