rabin 1 tahun lalu
induk
melakukan
8060c2b865
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/Ship.php

+ 2 - 2
src/Ship.php

@@ -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);
 	}