rabin hace 1 año
padre
commit
8060c2b865
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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);
 	}