Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
da3620d9
authored
Nov 21, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
routes api 修改
parent
6150d09b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
routes/api.php
+6
-6
No files found.
routes/api.php
View file @
da3620d9
...
...
@@ -81,17 +81,17 @@
# 开方
Route
::
post
(
'/prescription-create'
,
'App\Api\Controllers\PrescriptionController@create'
);
# 医师详情
Route
::
post
(
'/doctor-detail'
,
'App\Api\Controllers\
Prescription
Controller@detail'
);
Route
::
post
(
'/doctor-detail'
,
'App\Api\Controllers\
Doctor
Controller@detail'
);
# 医师上传签名
Route
::
post
(
'/doctor-upload'
,
'App\Api\Controllers\
Prescription
Controller@upload'
);
Route
::
post
(
'/doctor-upload'
,
'App\Api\Controllers\
Doctor
Controller@upload'
);
# 医师纠错
Route
::
post
(
'/doctor-correction'
,
'App\Api\Controllers\
Prescription
Controller@correction'
);
Route
::
post
(
'/doctor-correction'
,
'App\Api\Controllers\
Doctor
Controller@correction'
);
# 医师退出
Route
::
post
(
'/doctor-logout'
,
'App\Api\Controllers\
Prescription
Controller@logout'
);
Route
::
post
(
'/doctor-logout'
,
'App\Api\Controllers\
Doctor
Controller@logout'
);
# 医师自动开方
Route
::
post
(
'/doctor-auto'
,
'App\Api\Controllers\
Prescription
Controller@isAuto'
);
Route
::
post
(
'/doctor-auto'
,
'App\Api\Controllers\
Doctor
Controller@isAuto'
);
# 医师开方
Route
::
post
(
'/doctor-prescription'
,
'App\Api\Controllers\
Prescription
Controller@prescription'
);
Route
::
post
(
'/doctor-prescription'
,
'App\Api\Controllers\
Doctor
Controller@prescription'
);
# 药师列表
Route
::
get
(
'/pharmacists'
,
'App\Api\Controllers\PharmacistController@pharmacistList'
);
# 药师详情
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment