Commit eb03f813 by 赵增煜

修改routes

parent 4b6cfc6d
......@@ -92,6 +92,9 @@
Route::post('/doctor-auto', 'App\Api\Controllers\DoctorController@isAuto');
# 医师开方
Route::post('/doctor-prescription', 'App\Api\Controllers\DoctorController@prescription');
# 处方驳回
Route::post('/doctor-prescription-reject', 'App\Api\Controllers\PrescriptionController@reject');
# 药师列表
Route::get('/pharmacists', 'App\Api\Controllers\PharmacistController@pharmacistList');
# 药师详情
......
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