Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d0786343
authored
Aug 21, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_create_order_20180813' into development
parents
bb865f41
ad976e08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
app/Http/routes.php
app/Http/routes.php
View file @
d0786343
...
...
@@ -78,6 +78,17 @@ Route::group(['middleware' => 'web'], function () {
Route
::
post
(
'/ajaxInputCancelReason'
,
'OrderController@ajaxInputCancelReason'
);
Route
::
get
(
'/add_offline'
,
'AddOrderController@addOffline'
);
Route
::
post
(
'/ajax/getSku'
,
'AddOrderController@getSku'
);
Route
::
post
(
'/ajax/addCart'
,
'AddOrderController@addCart'
);
Route
::
post
(
'/ajax/cartList'
,
'AddOrderController@cartList'
);
Route
::
post
(
'/ajax/changeNum'
,
'AddOrderController@changeNum'
);
Route
::
post
(
'/ajax/deleteGoods'
,
'AddOrderController@deleteGoods'
);
Route
::
post
(
'/ajax/create'
,
'AddOrderController@create'
);
Route
::
get
(
'/addorder/success'
,
'AddOrderController@success'
);
Route
::
post
(
'/ajax/selfCheck'
,
'AddOrderController@selfCheck'
);
});
// 不需要登陆态
...
...
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