新增地址
This commit is contained in:
@@ -381,6 +381,9 @@ Router::addGroup('/patient', function () {
|
||||
|
||||
// 创建药品订单
|
||||
Router::post('', [PatientOrderController::class, 'addPatientProductOrder']);
|
||||
|
||||
// 获取药品订单物流数据
|
||||
Router::get('/logistics/{order_product_id:\d+}', [PatientOrderController::class, 'getPatientProductOrderLogistics']);
|
||||
});
|
||||
|
||||
// 处方订单
|
||||
|
||||
Reference in New Issue
Block a user