Commit 1267c562 authored by zhuwei's avatar zhuwei

1

parent e9333fcb
...@@ -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(){
//查询客户是否在保护期内 //查询客户是否在保护期内
......
...@@ -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']],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment