测试API发货

This commit is contained in:
2024-12-25 17:23:46 +08:00
parent 7197d01b7e
commit 1a470907e9

View File

@@ -603,7 +603,8 @@ class WareController extends BaseAdminController
*/ */
public function actionApiWareSend() public function actionApiWareSend()
{ {
$order = \Yii::$app->request->post('order_id'); $order = \Yii::$app->request->post();
ds($order);
if (empty($order)) { if (empty($order)) {
throw new Exception('订单id不能为空'. $order); throw new Exception('订单id不能为空'. $order);
} }