1.0

parent 30e0587a
Showing with 1 additions and 1 deletions
......@@ -47,7 +47,7 @@ class ApiController extends Controller
//订单列表(寄售)
private function ApiOrderList($request, $id){
$data = $request->input();
$data['picking_type'] = 2; //寄售类型
$data['is_consign'] = 1; //寄售类型
(new ServerPurModel($request->appid,$request->key))->OrderList($data);
}
//订单列表导出
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment