测试API发货
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user