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
ec35417e
authored
Nov 21, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由修改
parent
11c26861
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 @
ec35417e
...
@@ -81,17 +81,17 @@
...
@@ -81,17 +81,17 @@
# 开方
# 开方
Route
::
post
(
'/prescription-create'
,
'App\Api\Controllers\PrescriptionController@create'
);
Route
::
post
(
'/prescription-create'
,
'App\Api\Controllers\PrescriptionController@create'
);
# 医师详情
# 医师详情
Route
::
post
(
'/d
co
tor-detail'
,
'App\Api\Controllers\PrescriptionController@detail'
);
Route
::
post
(
'/d
oc
tor-detail'
,
'App\Api\Controllers\PrescriptionController@detail'
);
# 医师上传签名
# 医师上传签名
Route
::
post
(
'/d
co
tor-upload'
,
'App\Api\Controllers\PrescriptionController@upload'
);
Route
::
post
(
'/d
oc
tor-upload'
,
'App\Api\Controllers\PrescriptionController@upload'
);
# 医师纠错
# 医师纠错
Route
::
post
(
'/d
co
tor-correction'
,
'App\Api\Controllers\PrescriptionController@correction'
);
Route
::
post
(
'/d
oc
tor-correction'
,
'App\Api\Controllers\PrescriptionController@correction'
);
# 医师退出
# 医师退出
Route
::
post
(
'/d
co
tor-logout'
,
'App\Api\Controllers\PrescriptionController@logout'
);
Route
::
post
(
'/d
oc
tor-logout'
,
'App\Api\Controllers\PrescriptionController@logout'
);
# 医师自动开方
# 医师自动开方
Route
::
post
(
'/d
co
tor-auto'
,
'App\Api\Controllers\PrescriptionController@isAuto'
);
Route
::
post
(
'/d
oc
tor-auto'
,
'App\Api\Controllers\PrescriptionController@isAuto'
);
# 医师开方
# 医师开方
Route
::
post
(
'/d
co
tor-prescription'
,
'App\Api\Controllers\PrescriptionController@prescription'
);
Route
::
post
(
'/d
oc
tor-prescription'
,
'App\Api\Controllers\PrescriptionController@prescription'
);
# 药师列表
# 药师列表
Route
::
get
(
'/pharmacists'
,
'App\Api\Controllers\PharmacistController@pharmacistList'
);
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