Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
092bea64
...
092bea6445684c8cd136f5b5301dcd4797d4ebcb
authored
2022-12-06 14:22:46 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
生成链接过期时间
1 parent
865853dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
routes/property.php
routes/property.php
View file @
092bea6
...
...
@@ -32,7 +32,7 @@ Route::group(["prefix"=>"property"], function (){
Route
::
group
([
"prefix"
=>
"property"
,
"middleware"
=>
[
'auth.share'
]],
function
(){
Route
::
get
(
'/track/shareShow'
,
'PropertyTrackController@shareShow'
);
Route
::
get
(
'/track/shareFile'
,
'PropertyTrackController@shareFile'
);
Route
::
ge
t
(
'/track/getCosToken'
,
'PropertyTrackController@getCosToken'
);
Route
::
pos
t
(
'/track/getCosToken'
,
'PropertyTrackController@getCosToken'
);
Route
::
post
(
'/track/fileSave'
,
'PropertyTrackController@fileSave'
);
});
...
...
Please
register
or
sign in
to post a comment