Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
1267c562
Commit
1267c562
authored
Dec 13, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e9333fcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ImageDepot.php
application/index/controller/ImageDepot.php
+4
-0
route.php
application/route.php
+1
-0
No files found.
application/index/controller/ImageDepot.php
View file @
1267c562
...
@@ -173,6 +173,10 @@ class ImageDepot extends Basic
...
@@ -173,6 +173,10 @@ class ImageDepot extends Basic
}
}
public
function
getUserMacAddress
(
$mac_address
){
echo
'Mac地址:'
.
$mac_address
;
}
public
function
ceshi
(){
public
function
ceshi
(){
//查询客户是否在保护期内
//查询客户是否在保护期内
...
...
application/route.php
View file @
1267c562
...
@@ -339,6 +339,7 @@ Route::group('index', [
...
@@ -339,6 +339,7 @@ Route::group('index', [
'getImageDepotById'
=>
[
'index/ImageDepot/getImageDepotById'
,
[
'method'
=>
'get | post'
]],
//根据ID获取记录
'getImageDepotById'
=>
[
'index/ImageDepot/getImageDepotById'
,
[
'method'
=>
'get | post'
]],
//根据ID获取记录
'delImageDepot'
=>
[
'index/ImageDepot/delImageDepot'
,
[
'method'
=>
'get | post'
]],
//删除
'delImageDepot'
=>
[
'index/ImageDepot/delImageDepot'
,
[
'method'
=>
'get | post'
]],
//删除
'ceshi'
=>
[
'index/ImageDepot/ceshi'
,
[
'method'
=>
'get | post'
]],
//
'ceshi'
=>
[
'index/ImageDepot/ceshi'
,
[
'method'
=>
'get | post'
]],
//
'getUserMacAddress/:mac_address'
=>
[
'index/ImageDepot/getUserMacAddress'
,
[
'method'
=>
'get | post'
]],
//
//运营数相关接口
//运营数相关接口
'operationChatUserNum'
=>
[
'index/OperationData/chatUserNum'
,
[
'method'
=>
'get | post'
]],
'operationChatUserNum'
=>
[
'index/OperationData/chatUserNum'
,
[
'method'
=>
'get | post'
]],
...
...
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