Explorar el Código

Merge branch 'shish-cb' into dev

shish hace 1 año
padre
commit
5b72e8e6df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      biz-ghs/express/classes/ExpressClass.php

+ 1 - 1
biz-ghs/express/classes/ExpressClass.php

@@ -31,7 +31,7 @@ class ExpressClass extends BaseClass
         $actionMsg = $params['actionMsg'];
 
         $data = [
-            'deliveryId' => $deliveryId,
+            'delivery_id' => $deliveryId,
             'waybill_id' => $wayBillId,
             'order_id' => $orderSn,
             'biz_id' => $bizId,