|
|
@@ -126,7 +126,7 @@ class Auth extends BaseController
|
|
|
}
|
|
|
public function test3(StoreOrderRepository $repository){
|
|
|
$data = $this->request->params(['data']);
|
|
|
- $order_id = $this->request->params('order_id');
|
|
|
+ $order_id = $this->request->param('order_id');
|
|
|
$user = $this->request->userInfo();
|
|
|
// 根据订单ID、商家ID、验证码和订单类型查询订单,并连带查询订单产品信息
|
|
|
var_dump($order_id);
|