三轮车购买part2
This commit is contained in:
parent
68c1c3be99
commit
d309ad16dc
@ -510,7 +510,7 @@ class IndexController extends BaseApiController
|
|||||||
'create_time' => time()
|
'create_time' => time()
|
||||||
];
|
];
|
||||||
$vehicleRent = new VehicleRent();
|
$vehicleRent = new VehicleRent();
|
||||||
$vehicleRent->saveAll($data);
|
$vehicleRent->save($data);
|
||||||
}
|
}
|
||||||
//更新远程
|
//更新远程
|
||||||
$updateSverRes = curl_post(env('project.logistic_domain').'/api/contractUpdate',[],[
|
$updateSverRes = curl_post(env('project.logistic_domain').'/api/contractUpdate',[],[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user