$locationId, //库位ID "warehouseId" => $warehouse->id, //仓库ID "warehouseName" => $warehouse->name,//仓库名 "attributes" => [ "shelfId" => $attribute->id, //架ID "shelfLayer" => $attribute->layer, //架层 "numOfLayer" => $attribute->num, //架层数 ], ]]; $this->response($url,$body); } }