|
@@ -24,7 +24,7 @@ class Ship
|
|
|
}
|
|
|
|
|
|
# 发货信息录入
|
|
|
- public function add($order_id, $project_id = 1)
|
|
|
+ public function add($order_id, $project_id = 1, $method = 1)
|
|
|
{
|
|
|
return Core::run($project_id, 'ship', 'ship.addParam', '', 'wechat_applet', $order_id, true);
|
|
|
}
|
|
@@ -97,7 +97,7 @@ class Ship
|
|
|
}
|
|
|
|
|
|
# 发货信息确认
|
|
|
- public function act($order_id, $project_id = 1)
|
|
|
+ public function act($order_id, $project_id = 1, $method = 1)
|
|
|
{
|
|
|
return Core::run($project_id, 'ship_confirm', 'ship.actParam', '', 'wechat_applet', $order_id, true);
|
|
|
}
|