rabin 1 년 전
부모
커밋
8060c2b865
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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);
 	}