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
3d593665
Commit
3d593665
authored
May 21, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
75ae547b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
129 additions
and
124 deletions
+129
-124
PayLogOpen.php
application/api_broker/controller/PayLogOpen.php
+3
-0
route.php
application/route.php
+126
-124
No files found.
application/api_broker/controller/PayLogOpen.php
View file @
3d593665
...
@@ -75,6 +75,9 @@ class PayLogOpen extends Basic
...
@@ -75,6 +75,9 @@ class PayLogOpen extends Basic
/**
/**
* 审核开业
* 审核开业
* @return \think\Response
* @return \think\Response
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
*/
public
function
openCheck
()
public
function
openCheck
()
{
{
...
...
application/route.php
View file @
3d593665
...
@@ -315,43 +315,43 @@ Route::group('index', [
...
@@ -315,43 +315,43 @@ Route::group('index', [
'addNotice'
=>
[
'index/notice/addNotice'
,
[
'method'
=>
'POST'
]],
//新增公告
'addNotice'
=>
[
'index/notice/addNotice'
,
[
'method'
=>
'POST'
]],
//新增公告
'addNoticeView'
=>
[
'index/notice/addNoticeView'
,
[
'method'
=>
'GET'
]],
//新增公告
'addNoticeView'
=>
[
'index/notice/addNoticeView'
,
[
'method'
=>
'GET'
]],
//新增公告
'getWxInfo'
=>
[
'index/WxAuthorization/getWxInfo'
,
[
'method'
=>
'POST|GET'
]],
//wx
'getWxInfo'
=>
[
'index/WxAuthorization/getWxInfo'
,
[
'method'
=>
'POST|GET'
]],
//wx
'shareShop'
=>
[
'index/ShareShop/shareShop'
,
[
'method'
=>
'POST|GET'
]
],
'shareShop'
=>
[
'index/ShareShop/shareShop'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoAndroid'
=>
[
'index/ShareShop/yindaoAndroid'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoAndroid'
=>
[
'index/ShareShop/yindaoAndroid'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoIos'
=>
[
'index/ShareShop/yindaoIos'
,
[
'method'
=>
'POST|GET'
]
],
'yindaoIos'
=>
[
'index/ShareShop/yindaoIos'
,
[
'method'
=>
'POST|GET'
]
],
'receivables'
=>
[
'index/Finance/receivables'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'receivables'
=>
[
'index/Finance/receivables'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'adjustment'
=>
[
'index/Finance/adjustment'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'adjustment'
=>
[
'index/Finance/adjustment'
,
[
'method'
=>
'GET'
]],
//获取实收日期
'getPayLogData'
=>
[
'index/Finance/getPayLogData'
,
[
'method'
=>
'GET'
]],
//收款各种详情
'getPayLogData'
=>
[
'index/Finance/getPayLogData'
,
[
'method'
=>
'GET'
]],
//收款各种详情
'getActivityCoupon'
=>
[
'index/Finance/getActivityCoupon'
,
[
'method'
=>
'GET'
]],
//收款各种详情
'getActivityCoupon'
=>
[
'index/Finance/getActivityCoupon'
,
[
'method'
=>
'GET'
]],
//收款各种详情
'evaluationList'
=>
[
'index/Evaluation/evaluationList'
,
[
'method'
=>
'POST|GET'
]
],
//评价列表 朱伟 2018-06-13
'evaluationList'
=>
[
'index/Evaluation/evaluationList'
,
[
'method'
=>
'POST|GET'
]
],
//评价列表 朱伟 2018-06-13
'marchInList'
=>
[
'index/MarchIn/marchInList'
,
[
'method'
=>
'POST|GET'
]
],
//进场记录列表 朱伟 2018-06-13
'marchInList'
=>
[
'index/MarchIn/marchInList'
,
[
'method'
=>
'POST|GET'
]
],
//进场记录列表 朱伟 2018-06-13
'superviseList'
=>
[
'index/Supervise/superviseList'
,
[
'method'
=>
'POST|GET'
]
],
//监督执行列表 朱伟 2018-06-14
'superviseList'
=>
[
'index/Supervise/superviseList'
,
[
'method'
=>
'POST|GET'
]
],
//监督执行列表 朱伟 2018-06-14
'business_school'
=>
[
'index/news/index'
,
[
'method'
=>
'GET'
]
],
//商学院资讯列表
'business_school'
=>
[
'index/news/index'
,
[
'method'
=>
'GET'
]
],
//商学院资讯列表
'addNews'
=>
[
'index/news/addNews'
,
[
'method'
=>
'POST'
]
],
//新增商学院资讯
'addNews'
=>
[
'index/news/addNews'
,
[
'method'
=>
'POST'
]
],
//新增商学院资讯
'getNewsInfo'
=>
[
'index/news/getNewsInfo'
,
[
'method'
=>
'GET'
]
],
//商学院资讯详情
'getNewsInfo'
=>
[
'index/news/getNewsInfo'
,
[
'method'
=>
'GET'
]
],
//商学院资讯详情
'getNewsLabel'
=>
[
'index/news/getNewsLabel'
,
[
'method'
=>
'GET'
]
],
//商学院资标签
'getNewsLabel'
=>
[
'index/news/getNewsLabel'
,
[
'method'
=>
'GET'
]
],
//商学院资标签
'delNews'
=>
[
'index/news/delNews'
,
[
'method'
=>
'POST'
]
],
//删除商学院文章
'delNews'
=>
[
'index/news/delNews'
,
[
'method'
=>
'POST'
]
],
//删除商学院文章
'getCommentList'
=>
[
'index/news/getCommentList'
,
[
'method'
=>
'POST|GET'
]
],
//商学院评论列表
'getCommentList'
=>
[
'index/news/getCommentList'
,
[
'method'
=>
'POST|GET'
]
],
//商学院评论列表
'delNewsComment'
=>
[
'index/news/delNewsComment'
,
[
'method'
=>
'POST|GET'
]
],
//删除商学院评论
'delNewsComment'
=>
[
'index/news/delNewsComment'
,
[
'method'
=>
'POST|GET'
]
],
//删除商学院评论
'new_text'
=>
[
'index/news/newText'
,
[
'method'
=>
'GET'
]
],
'new_text'
=>
[
'index/news/newText'
,
[
'method'
=>
'GET'
]
],
'delNewsFile'
=>
[
'index/news/delNewsFile'
,
[
'method'
=>
'POST'
]
],
//删除商学院附件
'delNewsFile'
=>
[
'index/news/delNewsFile'
,
[
'method'
=>
'POST'
]
],
//删除商学院附件
'plNews'
=>
[
'index/news/plNews'
,
[
'method'
=>
'GET'
]],
//商学院评论
'plNews'
=>
[
'index/news/plNews'
,
[
'method'
=>
'GET'
]],
//商学院评论
'baiduText'
=>
[
'index/news/baiduText'
,
[
'method'
=>
'GET'
]],
'baiduText'
=>
[
'index/news/baiduText'
,
[
'method'
=>
'GET'
]],
'agentEvaluateNumAndFraction'
=>
[
'index/broker/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'agentEvaluateNumAndFraction'
=>
[
'index/broker/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadEditor'
=>
[
'index/UploadImg/uploadEditor'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'uploadEditor'
=>
[
'index/UploadImg/uploadEditor'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'followUpList'
=>
[
'index/HouseFollowUp/followUpList'
,
[
'method'
=>
'GET'
]
],
//商铺跟进liu
'followUpList'
=>
[
'index/HouseFollowUp/followUpList'
,
[
'method'
=>
'GET'
]
],
//商铺跟进liu
'userEntrustedList'
=>
[
'index/UserEntrusted/userEntrustedList'
,
[
'method'
=>
'GET'
]
],
//客户委托找铺liu
'userEntrustedList'
=>
[
'index/UserEntrusted/userEntrustedList'
,
[
'method'
=>
'GET'
]
],
//客户委托找铺liu
'userModalList'
=>
[
'index/Member/userDetail'
,
[
'method'
=>
'GET'
]
],
//客户跟进模态框,公用
'userModalList'
=>
[
'index/Member/userDetail'
,
[
'method'
=>
'GET'
]
],
//客户跟进模态框,公用
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]
],
//约带看记录liu
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]
],
//约带看记录liu
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]
],
//实时业绩liu
'realtimePerformance'
=>
[
'index/RealTimePerformance/realtimePerformanceList'
,
[
'method'
=>
'GET'
]
],
//实时业绩liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]
],
//商铺查看日志liu
'shopinspectionLog'
=>
[
'index/ShopInspectionLog/shopinspectionLogList'
,
[
'method'
=>
'POST|GET'
]
],
//商铺查看日志liu
'opensquareLog'
=>
[
'index/OpenSquareLog/opensquarelogList'
,
[
'method'
=>
'POST|GET'
]
],
//开盘广场liu
'opensquareLog'
=>
[
'index/OpenSquareLog/opensquarelogList'
,
[
'method'
=>
'POST|GET'
]
],
//开盘广场liu
'redEnvelope'
=>
[
'index/RedEnvelope/redEnvelopeList'
,
[
'method'
=>
'POST|GET'
]
],
//活动列表liu
'redEnvelope'
=>
[
'index/RedEnvelope/redEnvelopeList'
,
[
'method'
=>
'POST|GET'
]
],
//活动列表liu
'CashBack'
=>
[
'index/CashBack/cashBackList'
,
[
'method'
=>
'POST|GET'
]
],
//返现红包liu
'CashBack'
=>
[
'index/CashBack/cashBackList'
,
[
'method'
=>
'POST|GET'
]
],
//返现红包liu
'CashAccount'
=>
[
'index/CashAccount/cashAccountList'
,
[
'method'
=>
'POST|GET'
]
],
//现金账户liu
'CashAccount'
=>
[
'index/CashAccount/cashAccountList'
,
[
'method'
=>
'POST|GET'
]
],
//现金账户liu
'performancesubsidiaryList'
=>
[
'index/PerformanceSubsidiary/performancesubsidiaryList'
,
[
'method'
=>
'POST|GET'
]],
//业绩明细liu
'performancesubsidiaryList'
=>
[
'index/PerformanceSubsidiary/performancesubsidiaryList'
,
[
'method'
=>
'POST|GET'
]],
//业绩明细liu
'pkList'
=>
[
'index/PkList/pkList'
,
[
'method'
=>
'POST|GET'
]],
//pk榜 liu
'pkList'
=>
[
'index/PkList/pkList'
,
[
'method'
=>
'POST|GET'
]],
//pk榜 liu
'pkWeekList'
=>
[
'index/PkList/pkWeekList'
,
[
'method'
=>
'POST|GET'
]],
//pk榜 liu
'pkWeekList'
=>
[
'index/PkList/pkWeekList'
,
[
'method'
=>
'POST|GET'
]],
//pk榜 liu
...
@@ -406,10 +406,10 @@ Route::group('index', [
...
@@ -406,10 +406,10 @@ Route::group('index', [
'addSite'
=>
[
'index/Site/addSite'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表 朱伟 2018-10-18
'addSite'
=>
[
'index/Site/addSite'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表 朱伟 2018-10-18
'getSiteList'
=>
[
'index/Site/getSiteList'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表 朱伟 2018-10-18
'getSiteList'
=>
[
'index/Site/getSiteList'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表 朱伟 2018-10-18
'delImageDepot_Site'
=>
[
'index/Site/delImageDepot'
,
[
'method'
=>
'POST|GET'
]],
//关闭或开启站点 朱伟 2018-10-18
'delImageDepot_Site'
=>
[
'index/Site/delImageDepot'
,
[
'method'
=>
'POST|GET'
]],
//关闭或开启站点 朱伟 2018-10-18
'inspectionRecordOur/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
0
]],
//我的约带看
'inspectionRecordOur/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
0
]],
//我的约带看
'inspectionRecordStore/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
1
]],
//门店约带看
'inspectionRecordStore/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
1
]],
//门店约带看
'inspectionRecordDistrict/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
2
]],
//部门约带看
'inspectionRecordDistrict/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
2
]],
//部门约带看
'inspectionRecordAll/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
3
]],
//全部约带看
'inspectionRecordAll/:check_status'
=>
[
'index/Report/inspectionRecordAll'
,
[
'method'
=>
'GET'
],
[
'check_status'
=>
3
]],
//全部约带看
'setSite'
=>
[
'index/auth/setSite'
,
[
'method'
=>
'GET|POST'
]],
//设置角色站点
'setSite'
=>
[
'index/auth/setSite'
,
[
'method'
=>
'GET|POST'
]],
//设置角色站点
...
@@ -421,16 +421,16 @@ Route::group('index', [
...
@@ -421,16 +421,16 @@ Route::group('index', [
'getRandKingListByAgentId'
=>
[
'index/RankingList/getRandKingListByAgentId'
,
[
'method'
=>
'GET|POST'
]],
'getRandKingListByAgentId'
=>
[
'index/RankingList/getRandKingListByAgentId'
,
[
'method'
=>
'GET|POST'
]],
'getStoreRandKingListByAgentId'
=>
[
'index/RankingList/getStoreRandKingListByAgentId'
,
[
'method'
=>
'GET|POST'
]],
'getStoreRandKingListByAgentId'
=>
[
'index/RankingList/getStoreRandKingListByAgentId'
,
[
'method'
=>
'GET|POST'
]],
'getRecordsList'
=>
[
'index/broker/getRecordsList'
,
[
'method'
=>
'post|get'
]
],
//解绑或绑定经纪人设备id
'getRecordsList'
=>
[
'index/broker/getRecordsList'
,
[
'method'
=>
'post|get'
]
],
//解绑或绑定经纪人设备id
'downloadFile'
=>
[
'index/news/downloadFile'
,
[
'method'
=>
'GET|POST'
]
],
//新增商学院资讯
'downloadFile'
=>
[
'index/news/downloadFile'
,
[
'method'
=>
'GET|POST'
]
],
//新增商学院资讯
'addAgentsBlackList'
=>
[
'index/broker/addAgentsBlackList'
,
[
'method'
=>
'GET|POST'
]
],
//添加黑名单
'addAgentsBlackList'
=>
[
'index/broker/addAgentsBlackList'
,
[
'method'
=>
'GET|POST'
]
],
//添加黑名单
'getAgentsBlackList'
=>
[
'index/broker/getAgentsBlackList'
,
[
'method'
=>
'GET|POST'
]
],
//黑名单列表
'getAgentsBlackList'
=>
[
'index/broker/getAgentsBlackList'
,
[
'method'
=>
'GET|POST'
]
],
//黑名单列表
'getBlackListInfo'
=>
[
'index/broker/getBlackListInfo'
,
[
'method'
=>
'GET|POST'
]
],
//黑名单详情
'getBlackListInfo'
=>
[
'index/broker/getBlackListInfo'
,
[
'method'
=>
'GET|POST'
]
],
//黑名单详情
'delAgentsBlackListImg'
=>
[
'index/broker/delAgentsBlackListImg'
,
[
'method'
=>
'GET|POST'
]
],
//黑名单删除图片
'delAgentsBlackListImg'
=>
[
'index/broker/delAgentsBlackListImg'
,
[
'method'
=>
'GET|POST'
]
],
//黑名单删除图片
'getSystemMessageByUser'
=>
[
'index/broker/getSystemMessageByUser'
,
[
'method'
=>
'GET'
]
],
//未读消息列表
'getSystemMessageByUser'
=>
[
'index/broker/getSystemMessageByUser'
,
[
'method'
=>
'GET'
]
],
//未读消息列表
'updateSystemMessageIsRead'
=>
[
'index/broker/updateSystemMessageIsRead'
,
[
'method'
=>
'POST'
]
],
//已读状态
'updateSystemMessageIsRead'
=>
[
'index/broker/updateSystemMessageIsRead'
,
[
'method'
=>
'POST'
]
],
//已读状态
'userDetail'
=>
[
'index/UserLog/userDetail'
,
[
'method'
=>
'get|post'
]],
'userDetail'
=>
[
'index/UserLog/userDetail'
,
[
'method'
=>
'get|post'
]],
'userLog'
=>
[
'index/UserLog/userLog'
,
[
'method'
=>
'get|post'
]],
'userLog'
=>
[
'index/UserLog/userLog'
,
[
'method'
=>
'get|post'
]],
...
@@ -443,9 +443,9 @@ Route::group('index', [
...
@@ -443,9 +443,9 @@ Route::group('index', [
'getPayLogImg'
=>
[
'index/DailyPaper/getPayLogImg'
,
[
'method'
=>
'get|post'
]],
'getPayLogImg'
=>
[
'index/DailyPaper/getPayLogImg'
,
[
'method'
=>
'get|post'
]],
'dailyBackImg'
=>
[
'index/DailyPaper/dailyBackImg'
,
[
'method'
=>
'post'
]],
'dailyBackImg'
=>
[
'index/DailyPaper/dailyBackImg'
,
[
'method'
=>
'post'
]],
'addUserBind'
=>
[
'index/member/addUserBind'
,
[
'method'
=>
'get|post'
]
],
'addUserBind'
=>
[
'index/member/addUserBind'
,
[
'method'
=>
'get|post'
]
],
'removeUserBind'
=>
[
'index/member/removeUserBind'
,
[
'method'
=>
'get|post'
]
],
'removeUserBind'
=>
[
'index/member/removeUserBind'
,
[
'method'
=>
'get|post'
]
],
'getUserBindHistory'
=>
[
'index/member/getUserBindHistory'
,
[
'method'
=>
'get|post'
]
],
'getUserBindHistory'
=>
[
'index/member/getUserBindHistory'
,
[
'method'
=>
'get|post'
]
],
'saveActivity'
=>
[
'index/Activity/saveActivity'
,
[
'method'
=>
'POST|GET'
]],
//新增或修改活动
'saveActivity'
=>
[
'index/Activity/saveActivity'
,
[
'method'
=>
'POST|GET'
]],
//新增或修改活动
'getActivityList'
=>
[
'index/Activity/getActivityList'
,
[
'method'
=>
'POST|GET'
]],
//获取活动
'getActivityList'
=>
[
'index/Activity/getActivityList'
,
[
'method'
=>
'POST|GET'
]],
//获取活动
...
@@ -457,17 +457,17 @@ Route::group('index', [
...
@@ -457,17 +457,17 @@ Route::group('index', [
'videoCheckList'
=>
[
'index/VideoCheck/videoCheckList'
,
[
'method'
=>
'get|post'
]],
'videoCheckList'
=>
[
'index/VideoCheck/videoCheckList'
,
[
'method'
=>
'get|post'
]],
//开盘广场
//开盘广场
'getDistrictLable'
=>
[
'index/Square/getDistrictLable'
,
[
'method'
=>
'GET|POST'
]
],
'getDistrictLable'
=>
[
'index/Square/getDistrictLable'
,
[
'method'
=>
'GET|POST'
]
],
'addSquare'
=>
[
'index/Square/addSquare'
,
[
'method'
=>
'GET|POST'
]
],
'addSquare'
=>
[
'index/Square/addSquare'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareList'
=>
[
'index/Square/getSquareList'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareList'
=>
[
'index/Square/getSquareList'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareInfo'
=>
[
'index/Square/getSquareInfo'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareInfo'
=>
[
'index/Square/getSquareInfo'
,
[
'method'
=>
'GET|POST'
]
],
'delSquare'
=>
[
'index/Square/delSquare'
,
[
'method'
=>
'GET|POST'
]
],
'delSquare'
=>
[
'index/Square/delSquare'
,
[
'method'
=>
'GET|POST'
]
],
'editSquare'
=>
[
'index/Square/editSquare'
,
[
'method'
=>
'GET|POST'
]
],
'editSquare'
=>
[
'index/Square/editSquare'
,
[
'method'
=>
'GET|POST'
]
],
'bargainListSearchBargainId'
=>
[
'index/Bargain/bargainListSearchBargainId'
,
[
'method'
=>
'POST|GET'
]
],
'bargainListSearchBargainId'
=>
[
'index/Bargain/bargainListSearchBargainId'
,
[
'method'
=>
'POST|GET'
]
],
'getFindShopList'
=>
[
'index/FindShop/getFindShopList'
,
[
'method'
=>
'POST|GET'
]
],
'getFindShopList'
=>
[
'index/FindShop/getFindShopList'
,
[
'method'
=>
'POST|GET'
]
],
'getFindShopListIsMy'
=>
[
'index/FindShop/getFindShopList'
,
[
'method'
=>
'POST|GET'
]
],
'getFindShopListIsMy'
=>
[
'index/FindShop/getFindShopList'
,
[
'method'
=>
'POST|GET'
]
],
]);
]);
...
@@ -482,7 +482,7 @@ Route::group('api', [
...
@@ -482,7 +482,7 @@ Route::group('api', [
'couponList'
=>
[
'api/Coupon/couponList'
,
[
'method'
=>
'get'
]],
//返现红包列表
'couponList'
=>
[
'api/Coupon/couponList'
,
[
'method'
=>
'get'
]],
//返现红包列表
'getBroker'
=>
[
'api/broker/index'
,
[
'method'
=>
'get'
]],
//获取当前商铺或街铺的经纪人评论信息列表
'getBroker'
=>
[
'api/broker/index'
,
[
'method'
=>
'get'
]],
//获取当前商铺或街铺的经纪人评论信息列表
'getBrokerV2'
=>
[
'api/broker/indexV2'
,
[
'method'
=>
'get'
]],
//获取当前商铺或街铺的经纪人评论信息列表
'getBrokerV2'
=>
[
'api/broker/indexV2'
,
[
'method'
=>
'get'
]],
//获取当前商铺或街铺的经纪人评论信息列表
// 'test' => ['api/broker/testtest', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
// 'test' => ['api/broker/testtest', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
'commentAndDeal'
=>
[
'api/broker/commentAndDeal'
,
[
'method'
=>
'get'
]],
//获取当前经纪人的评价和交易列表
'commentAndDeal'
=>
[
'api/broker/commentAndDeal'
,
[
'method'
=>
'get'
]],
//获取当前经纪人的评价和交易列表
'brokerDetail'
=>
[
'api/broker/brokerDetail'
,
[
'method'
=>
'get'
]],
//经纪人详情
'brokerDetail'
=>
[
'api/broker/brokerDetail'
,
[
'method'
=>
'get'
]],
//经纪人详情
//post broker
//post broker
...
@@ -618,7 +618,7 @@ Route::group('task', [
...
@@ -618,7 +618,7 @@ Route::group('task', [
'totalAgentResults'
=>
[
'task/ResultsSummaryNewTask/totalAgentResults'
,
[
'method'
=>
'get'
]],
//业绩统计
'totalAgentResults'
=>
[
'task/ResultsSummaryNewTask/totalAgentResults'
,
[
'method'
=>
'get'
]],
//业绩统计
'totalAgentResultsByTime'
=>
[
'task/ResultsSummaryNewTask/totalAgentResultsByTime'
,
[
'method'
=>
'get'
]],
//业绩统计
'totalAgentResultsByTime'
=>
[
'task/ResultsSummaryNewTask/totalAgentResultsByTime'
,
[
'method'
=>
'get'
]],
//业绩统计
'updateTotalByAgentId'
=>
[
'task/ResultsSummaryNewTask/updateTotalByAgentId'
,
[
'method'
=>
'get'
]],
//业绩统计
'updateTotalByAgentId'
=>
[
'task/ResultsSummaryNewTask/updateTotalByAgentId'
,
[
'method'
=>
'get'
]],
//业绩统计
'totalAgentResultsByYesterday'
=>
[
'task/ResultsSummaryNewTask/totalAgentResultsByYesterday'
,
[
'method'
=>
'get'
]
],
//业绩统计
'totalAgentResultsByYesterday'
=>
[
'task/ResultsSummaryNewTask/totalAgentResultsByYesterday'
,
[
'method'
=>
'get'
]
],
//业绩统计
'rongBilledInformUrl'
=>
[
'task/PrivacyNumber/rongBilledInformUrl'
,
[
'method'
=>
'post | get'
]],
//隐私号码回调[话单通知]
'rongBilledInformUrl'
=>
[
'task/PrivacyNumber/rongBilledInformUrl'
,
[
'method'
=>
'post | get'
]],
//隐私号码回调[话单通知]
...
@@ -676,30 +676,30 @@ Route::group('broker', [
...
@@ -676,30 +676,30 @@ Route::group('broker', [
'getIsAccountStatement'
=>
[
'api_broker/OrderLog/getIsAccountStatement'
,
[
'method'
=>
'get|post'
]],
'getIsAccountStatement'
=>
[
'api_broker/OrderLog/getIsAccountStatement'
,
[
'method'
=>
'get|post'
]],
'getLook'
=>
[
'api_broker/OrderLog/getLook'
,
[
'method'
=>
'get|post'
]],
'getLook'
=>
[
'api_broker/OrderLog/getLook'
,
[
'method'
=>
'get|post'
]],
'login'
=>
[
'api_broker/Broker/login'
,
[
'method'
=>
'post'
]
],
//经纪人登陆 废弃
'login'
=>
[
'api_broker/Broker/login'
,
[
'method'
=>
'post'
]
],
//经纪人登陆 废弃
'loginV2'
=>
[
'api_broker/Broker/loginV2'
,
[
'method'
=>
'post'
]
],
//经纪人登陆
'loginV2'
=>
[
'api_broker/Broker/loginV2'
,
[
'method'
=>
'post'
]
],
//经纪人登陆
'verifyAgentStatus'
=>
[
'api_broker/Broker/verifyAgentStatus'
,
[
'method'
=>
'post'
]
],
//判断经纪人是否被解绑
'verifyAgentStatus'
=>
[
'api_broker/Broker/verifyAgentStatus'
,
[
'method'
=>
'post'
]
],
//判断经纪人是否被解绑
'updateDevice'
=>
[
'api_broker/Broker/updateDevice'
,
[
'method'
=>
'post'
]
],
//解绑或者绑定经纪人
'updateDevice'
=>
[
'api_broker/Broker/updateDevice'
,
[
'method'
=>
'post'
]
],
//解绑或者绑定经纪人
'editAgent'
=>
[
'api_broker/Broker/editAgent'
,
[
'method'
=>
'post'
]
],
//经纪人修改密码
'editAgent'
=>
[
'api_broker/Broker/editAgent'
,
[
'method'
=>
'post'
]
],
//经纪人修改密码
'forgetPwd'
=>
[
'api_broker/Broker/forgetPwd'
,
[
'method'
=>
'post'
]
],
//经纪人忘记密码
'forgetPwd'
=>
[
'api_broker/Broker/forgetPwd'
,
[
'method'
=>
'post'
]
],
//经纪人忘记密码
'uploadHeadImg'
=>
[
'api_broker/Broker/uploadHeadImg'
,
[
'method'
=>
'post'
]
],
//经纪人上传头像
'uploadHeadImg'
=>
[
'api_broker/Broker/uploadHeadImg'
,
[
'method'
=>
'post'
]
],
//经纪人上传头像
'editClient'
=>
[
'api_broker/Client/editClient'
,
[
'method'
=>
'get|post'
]
],
//添加和编辑客户
'editClient'
=>
[
'api_broker/Client/editClient'
,
[
'method'
=>
'get|post'
]
],
//添加和编辑客户
'getBroker'
=>
[
'api_broker/broker/getBroker'
,
[
'method'
=>
'get'
]
],
//获取经纪人列表
'getBroker'
=>
[
'api_broker/broker/getBroker'
,
[
'method'
=>
'get'
]
],
//获取经纪人列表
'getAgentGroupSite'
=>
[
'api_broker/broker/getAgentGroupSite'
,
[
'method'
=>
'get'
]
],
//获得经纪人站点
'getAgentGroupSite'
=>
[
'api_broker/broker/getAgentGroupSite'
,
[
'method'
=>
'get'
]
],
//获得经纪人站点
'labelEdit'
=>
[
'api_broker/label/index'
,
[
'method'
=>
'get|post'
]
],
//编辑标签
'labelEdit'
=>
[
'api_broker/label/index'
,
[
'method'
=>
'get|post'
]
],
//编辑标签
'getLabelsList'
=>
[
'api_broker/label/getLabelsList'
,
[
'method'
=>
'get'
]
],
//标签列表
'getLabelsList'
=>
[
'api_broker/label/getLabelsList'
,
[
'method'
=>
'get'
]
],
//标签列表
'add_phone_follow_up'
=>
[
'api_broker/broker/add_phone_follow_up'
,
[
'method'
=>
'get|post'
]
],
//新增-客户电话跟进
'add_phone_follow_up'
=>
[
'api_broker/broker/add_phone_follow_up'
,
[
'method'
=>
'get|post'
]
],
//新增-客户电话跟进
'addUserPhoneFollowUp'
=>
[
'api_broker/broker/addUserPhoneFollowUp'
,
[
'method'
=>
'get|post'
]
],
//新增-客户电话跟进
'addUserPhoneFollowUp'
=>
[
'api_broker/broker/addUserPhoneFollowUp'
,
[
'method'
=>
'get|post'
]
],
//新增-客户电话跟进
'useraction_search'
=>
[
'api_broker/broker/useraction_search'
,
[
'method'
=>
'get|post'
]
],
//客户电话跟进
'useraction_search'
=>
[
'api_broker/broker/useraction_search'
,
[
'method'
=>
'get|post'
]
],
//客户电话跟进
'vip'
=>
[
'api_broker/broker/vip'
,
[
'method'
=>
'get|post'
]
],
'vip'
=>
[
'api_broker/broker/vip'
,
[
'method'
=>
'get|post'
]
],
'userStateSearch'
=>
[
'api_broker/broker/userStateSearch'
,
[
'method'
=>
'get|post'
]
],
//新增-客户电话跟进
'userStateSearch'
=>
[
'api_broker/broker/userStateSearch'
,
[
'method'
=>
'get|post'
]
],
//新增-客户电话跟进
'user_search'
=>
[
'api_broker/broker/user_search'
,
[
'method'
=>
'get|post'
]
],
//客户搜索
'user_search'
=>
[
'api_broker/broker/user_search'
,
[
'method'
=>
'get|post'
]
],
//客户搜索
'checkAuth'
=>
[
'api_broker/broker/checkAuth'
,
[
'method'
=>
'get'
]
],
//权限验证
'checkAuth'
=>
[
'api_broker/broker/checkAuth'
,
[
'method'
=>
'get'
]
],
//权限验证
'bindAXB'
=>
[
'api_broker/CellPhone/bindAXB'
,
[
'method'
=>
'post'
]
],
//隐私号码
'bindAXB'
=>
[
'api_broker/CellPhone/bindAXB'
,
[
'method'
=>
'post'
]
],
//隐私号码
'agentsUnBind'
=>
[
'api_broker/CellPhone/agentsUnBind'
,
[
'method'
=>
'post'
]
],
//解除绑定关系
'agentsUnBind'
=>
[
'api_broker/CellPhone/agentsUnBind'
,
[
'method'
=>
'post'
]
],
//解除绑定关系
'updateBindAXB'
=>
[
'api_broker/CellPhone/updateBindAXB'
,
[
'method'
=>
'post'
]
],
//更新绑定关系隐私号码
'updateBindAXB'
=>
[
'api_broker/CellPhone/updateBindAXB'
,
[
'method'
=>
'post'
]
],
//更新绑定关系隐私号码
'getCallLog'
=>
[
'api_broker/broker/getCallLog'
,
[
'method'
=>
'get|post'
]
],
'getCallLog'
=>
[
'api_broker/broker/getCallLog'
,
[
'method'
=>
'get|post'
]
],
'agentUserTb'
=>
[
'api_broker/Client/agentUserTb'
,
[
'method'
=>
'get'
]],
//客户列表
'agentUserTb'
=>
[
'api_broker/Client/agentUserTb'
,
[
'method'
=>
'get'
]],
//客户列表
...
@@ -720,10 +720,10 @@ Route::group('broker', [
...
@@ -720,10 +720,10 @@ Route::group('broker', [
'houseVideoList'
=>
[
'api_broker/Shop/houseVideoList'
,
[
'method'
=>
'get'
]],
//商铺视频列表
'houseVideoList'
=>
[
'api_broker/Shop/houseVideoList'
,
[
'method'
=>
'get'
]],
//商铺视频列表
'checkVideo'
=>
[
'api_broker/Shop/checkVideo'
,
[
'method'
=>
'post'
]],
//视频审核和删除
'checkVideo'
=>
[
'api_broker/Shop/checkVideo'
,
[
'method'
=>
'post'
]],
//视频审核和删除
'reportList'
=>
[
'api_broker/Report/reportList'
,
[
'method'
=>
'get'
]
],
'reportList'
=>
[
'api_broker/Report/reportList'
,
[
'method'
=>
'get'
]
],
'getCheckType'
=>
[
'api_broker/Report/getCheckType'
,
[
'method'
=>
'get|post'
]
],
'getCheckType'
=>
[
'api_broker/Report/getCheckType'
,
[
'method'
=>
'get|post'
]
],
'reportListForPc'
=>
[
'api_broker/Report/reportListForPc'
,
[
'method'
=>
'get'
]
],
'reportListForPc'
=>
[
'api_broker/Report/reportListForPc'
,
[
'method'
=>
'get'
]
],
'orderDetail'
=>
[
'api_broker/OrderLog/orderDetail'
,
[
'method'
=>
'get|post'
]
],
'orderDetail'
=>
[
'api_broker/OrderLog/orderDetail'
,
[
'method'
=>
'get|post'
]
],
'token'
=>
[
'api_broker/broker/token'
,
[
'method'
=>
'get'
]],
'token'
=>
[
'api_broker/broker/token'
,
[
'method'
=>
'get'
]],
...
@@ -753,8 +753,8 @@ Route::group('broker', [
...
@@ -753,8 +753,8 @@ Route::group('broker', [
'center'
=>
[
'api_broker/MyCenter/center'
,
[
'method'
=>
'get|post'
]],
'center'
=>
[
'api_broker/MyCenter/center'
,
[
'method'
=>
'get|post'
]],
// 'houseEdit' => [ 'api_broker/shop/edit', [ 'method' => 'get|post' ] ], //编辑商铺
// 'houseEdit' => [ 'api_broker/shop/edit', [ 'method' => 'get|post' ] ], //编辑商铺
// 'houseEditV2' => [ 'api_broker/shop/editV2', [ 'method' => 'get|post' ] ], //编辑商铺
// 'houseEditV2' => [ 'api_broker/shop/editV2', [ 'method' => 'get|post' ] ], //编辑商铺
'houseEditV2'
=>
[
'api_broker/shop/edit'
,
[
'method'
=>
'get|post'
]],
//编辑商铺
'houseEditV2'
=>
[
'api_broker/shop/edit'
,
[
'method'
=>
'get|post'
]],
//编辑商铺
'getLabelsShopList'
=>
[
'api_broker/label/getLabelsShopList'
,
[
'method'
=>
'get'
]],
//编辑商铺
'getLabelsShopList'
=>
[
'api_broker/label/getLabelsShopList'
,
[
'method'
=>
'get'
]],
//编辑商铺
'uploadHouseFile'
=>
[
'api_broker/shop/uploadHouseFile'
,
[
'method'
=>
'post'
]],
//商铺上传文件
'uploadHouseFile'
=>
[
'api_broker/shop/uploadHouseFile'
,
[
'method'
=>
'post'
]],
//商铺上传文件
...
@@ -837,47 +837,47 @@ Route::group('broker', [
...
@@ -837,47 +837,47 @@ Route::group('broker', [
'getCollectHouseList'
=>
[
'api_broker/CollectHouse/getCollectHouseList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
'getCollectHouseList'
=>
[
'api_broker/CollectHouse/getCollectHouseList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
'saveSiteCity'
=>
[
'api_broker/Location/saveSiteCity'
,
[
'method'
=>
'POST|GET'
]
],
//保存默认城市选择
'saveSiteCity'
=>
[
'api_broker/Location/saveSiteCity'
,
[
'method'
=>
'POST|GET'
]
],
//保存默认城市选择
'bargainMain'
=>
[
'api_broker/Bargain/bargainList'
,
[
'method'
=>
'POST|GET'
]
],
'bargainMain'
=>
[
'api_broker/Bargain/bargainList'
,
[
'method'
=>
'POST|GET'
]
],
'bargainMainV2'
=>
[
'api_broker/Bargain/bargainListV2'
,
[
'method'
=>
'POST|GET'
]
],
'bargainMainV2'
=>
[
'api_broker/Bargain/bargainListV2'
,
[
'method'
=>
'POST|GET'
]
],
'bargainListSearchBargainId'
=>
[
'api_broker/Bargain/bargainListSearchBargainId'
,
[
'method'
=>
'POST|GET'
]
],
'bargainListSearchBargainId'
=>
[
'api_broker/Bargain/bargainListSearchBargainId'
,
[
'method'
=>
'POST|GET'
]
],
'addUserCallAgent'
=>
[
'api_broker/CallAgent/addUserCallAgent'
,
[
'method'
=>
'POST|GET'
]
],
//客户来电记录
'addUserCallAgent'
=>
[
'api_broker/CallAgent/addUserCallAgent'
,
[
'method'
=>
'POST|GET'
]
],
//客户来电记录
//站点相关
//站点相关
'getSiteListApp'
=>
[
'api_broker/Site/getSiteList'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表
'getSiteListApp'
=>
[
'api_broker/Site/getSiteList'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表
'getAgentSiteList'
=>
[
'api_broker/Site/getAgentSiteList'
,
[
'method'
=>
'POST|GET'
]
],
//获取经纪人站点列表
'getAgentSiteList'
=>
[
'api_broker/Site/getAgentSiteList'
,
[
'method'
=>
'POST|GET'
]
],
//获取经纪人站点列表
'getPhoneBook'
=>
[
'api_broker/broker/getPhoneBook'
,
[
'method'
=>
'POST|GET'
]
],
//消息页面--通讯录
'getPhoneBook'
=>
[
'api_broker/broker/getPhoneBook'
,
[
'method'
=>
'POST|GET'
]
],
//消息页面--通讯录
'commentAndDeal'
=>
[
'api_broker/broker/commentAndDeal'
,
[
'method'
=>
'get'
]
],
//获取当前经纪人的评价和交易列表
'commentAndDeal'
=>
[
'api_broker/broker/commentAndDeal'
,
[
'method'
=>
'get'
]
],
//获取当前经纪人的评价和交易列表
'addSpreadUser'
=>
[
'api_broker/SpreadUser/addSpreadUser'
,
[
'method'
=>
'POST|GET'
]
],
'addSpreadUser'
=>
[
'api_broker/SpreadUser/addSpreadUser'
,
[
'method'
=>
'POST|GET'
]
],
'getVolume'
=>
[
'api_broker/SpreadUser/getVolume'
,
[
'method'
=>
'POST|GET'
]
],
'getVolume'
=>
[
'api_broker/SpreadUser/getVolume'
,
[
'method'
=>
'POST|GET'
]
],
'getOurAppointment'
=>
[
'api_broker/AppointmentShop/getOurAppointment'
,
[
'method'
=>
'get'
]
],
//我的客户预约
'getOurAppointment'
=>
[
'api_broker/AppointmentShop/getOurAppointment'
,
[
'method'
=>
'get'
]
],
//我的客户预约
'addApplies'
=>
[
'api_broker/AppointmentShop/addApplies'
,
[
'method'
=>
'POST'
]
],
//我的客户预约转为
'addApplies'
=>
[
'api_broker/AppointmentShop/addApplies'
,
[
'method'
=>
'POST'
]
],
//我的客户预约转为
'addFollow'
=>
[
'api_broker/AppointmentShop/addFollow'
,
[
'method'
=>
'POST'
]
],
//我的客户跟进
'addFollow'
=>
[
'api_broker/AppointmentShop/addFollow'
,
[
'method'
=>
'POST'
]
],
//我的客户跟进
'getHouseAddress'
=>
[
'api_broker/shop/getHouseAddress'
,
[
'method'
=>
'get'
]
],
//搜索商铺地址
'getHouseAddress'
=>
[
'api_broker/shop/getHouseAddress'
,
[
'method'
=>
'get'
]
],
//搜索商铺地址
//业绩日报周报重写
//业绩日报周报重写
'dayOrWeekStatement'
=>
[
'api_broker/Statement/dayOrWeekStatement'
,
[
'method'
=>
'get|post'
]],
'dayOrWeekStatement'
=>
[
'api_broker/Statement/dayOrWeekStatement'
,
[
'method'
=>
'get|post'
]],
'getExclusive'
=>
[
'api_broker/Shop/getExclusive'
,
[
'method'
=>
'get|post'
]
],
'getExclusive'
=>
[
'api_broker/Shop/getExclusive'
,
[
'method'
=>
'get|post'
]
],
'editExclusive'
=>
[
'api_broker/Shop/editExclusive'
,
[
'method'
=>
'get|post'
]
],
'editExclusive'
=>
[
'api_broker/Shop/editExclusive'
,
[
'method'
=>
'get|post'
]
],
'getBeForNum'
=>
[
'api_broker/PayLog/getBeForNum'
,
[
'method'
=>
'get|post'
]],
'getBeForNum'
=>
[
'api_broker/PayLog/getBeForNum'
,
[
'method'
=>
'get|post'
]],
'adjustment'
=>
[
'api_broker/PayLog/adjustment'
,
[
'method'
=>
'get|post'
]],
'adjustment'
=>
[
'api_broker/PayLog/adjustment'
,
[
'method'
=>
'get|post'
]],
//原生客户详情
//原生客户详情
'getUserLabels'
=>
[
'api_broker/User/getUserLabels'
,
[
'method'
=>
'get|post'
]
],
//获取电话跟进标签列表
'getUserLabels'
=>
[
'api_broker/User/getUserLabels'
,
[
'method'
=>
'get|post'
]
],
//获取电话跟进标签列表
'userDetail'
=>
[
'api_broker/User/userDetail'
,
[
'method'
=>
'get|post'
]
],
//
'userDetail'
=>
[
'api_broker/User/userDetail'
,
[
'method'
=>
'get|post'
]
],
//
'userLog'
=>
[
'api_broker/User/userLog'
,
[
'method'
=>
'get|post'
]
],
//
'userLog'
=>
[
'api_broker/User/userLog'
,
[
'method'
=>
'get|post'
]
],
//
'followUpLog'
=>
[
'api_broker/User/followUpLog'
,
[
'method'
=>
'get|post'
]
],
//
'followUpLog'
=>
[
'api_broker/User/followUpLog'
,
[
'method'
=>
'get|post'
]
],
//
'followUpLogNew'
=>
[
'api_broker/User/followUpLogNew'
,
[
'method'
=>
'get|post'
]
],
//
'followUpLogNew'
=>
[
'api_broker/User/followUpLogNew'
,
[
'method'
=>
'get|post'
]
],
//
'userDetailFull'
=>
[
'api_broker/User/userDetailFull'
,
[
'method'
=>
'get|post'
]
],
//
'userDetailFull'
=>
[
'api_broker/User/userDetailFull'
,
[
'method'
=>
'get|post'
]
],
//
'addUserBind'
=>
[
'api_broker/User/addUserBind'
,
[
'method'
=>
'get|post'
]
],
'addUserBind'
=>
[
'api_broker/User/addUserBind'
,
[
'method'
=>
'get|post'
]
],
'removeUserBind'
=>
[
'api_broker/User/removeUserBind'
,
[
'method'
=>
'get|post'
]
],
'removeUserBind'
=>
[
'api_broker/User/removeUserBind'
,
[
'method'
=>
'get|post'
]
],
'dailyDetail'
=>
[
'api_broker/DailyPaper/dailyDetail'
,
[
'method'
=>
'get|post'
]],
'dailyDetail'
=>
[
'api_broker/DailyPaper/dailyDetail'
,
[
'method'
=>
'get|post'
]],
...
@@ -890,26 +890,27 @@ Route::group('broker', [
...
@@ -890,26 +890,27 @@ Route::group('broker', [
'getStoreRandKingListByAgentId'
=>
[
'api_broker/RankingList/getStoreRandKingListByAgentId'
,
[
'method'
=>
'GET|POST'
]],
'getStoreRandKingListByAgentId'
=>
[
'api_broker/RankingList/getStoreRandKingListByAgentId'
,
[
'method'
=>
'GET|POST'
]],
//开盘广场
//开盘广场
'addSquare'
=>
[
'api_broker/Square/addSquare'
,
[
'method'
=>
'GET|POST'
]
],
'addSquare'
=>
[
'api_broker/Square/addSquare'
,
[
'method'
=>
'GET|POST'
]],
'getSquareList'
=>
[
'api_broker/Square/getSquareList'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareList'
=>
[
'api_broker/Square/getSquareList'
,
[
'method'
=>
'GET|POST'
]],
'getSquareInfo'
=>
[
'api_broker/Square/getSquareInfo'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareInfo'
=>
[
'api_broker/Square/getSquareInfo'
,
[
'method'
=>
'GET|POST'
]],
'addComent'
=>
[
'api_broker/Square/addComment'
,
[
'method'
=>
'GET|POST'
]
],
'addComent'
=>
[
'api_broker/Square/addComment'
,
[
'method'
=>
'GET|POST'
]],
'getSquareCommentList'
=>
[
'api_broker/Square/getSquareCommentList'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareCommentList'
=>
[
'api_broker/Square/getSquareCommentList'
,
[
'method'
=>
'GET|POST'
]],
'getCommenInfo'
=>
[
'api_broker/Square/getCommentInfo'
,
[
'method'
=>
'GET|POST'
]
],
'getCommenInfo'
=>
[
'api_broker/Square/getCommentInfo'
,
[
'method'
=>
'GET|POST'
]],
'getSquareCommentExtList'
=>
[
'api_broker/Square/getSquareCommentExtList'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareCommentExtList'
=>
[
'api_broker/Square/getSquareCommentExtList'
,
[
'method'
=>
'GET|POST'
]],
'editCommenSort'
=>
[
'api_broker/Square/editCommenSort'
,
[
'method'
=>
'GET|POST'
]
],
'editCommenSort'
=>
[
'api_broker/Square/editCommenSort'
,
[
'method'
=>
'GET|POST'
]],
'getDistrictLable'
=>
[
'api_broker/Square/getDistrictLable'
,
[
'method'
=>
'GET|POST'
]
],
'getDistrictLable'
=>
[
'api_broker/Square/getDistrictLable'
,
[
'method'
=>
'GET|POST'
]],
'delSquare'
=>
[
'api_broker/Square/delSquare'
,
[
'method'
=>
'GET|POST'
]
],
'delSquare'
=>
[
'api_broker/Square/delSquare'
,
[
'method'
=>
'GET|POST'
]],
'getSquareSortList'
=>
[
'api_broker/Square/getSquareSortList'
,
[
'method'
=>
'GET|POST'
]
],
'getSquareSortList'
=>
[
'api_broker/Square/getSquareSortList'
,
[
'method'
=>
'GET|POST'
]],
'getAgentDistrictId'
=>
[
'api_broker/Broker/getAgentDistrictId'
,
[
'method'
=>
'GET|POST'
]
],
'getAgentDistrictId'
=>
[
'api_broker/Broker/getAgentDistrictId'
,
[
'method'
=>
'GET|POST'
]],
'getOpenList'
=>
[
'api_broker/PayLogOpen/getOpenList'
,
[
'method'
=>
'GET|POST'
]
],
'getOpenList'
=>
[
'api_broker/PayLogOpen/getOpenList'
,
[
'method'
=>
'GET|POST'
]],
'openCheck'
=>
[
'api_broker/PayLogOpen/openCheck'
,
[
'method'
=>
'GET|POST'
]],
]);
]);
Route
::
group
(
'search'
,
[
Route
::
group
(
'search'
,
[
'search'
=>
[
'search/Search/search'
,
[
'method'
=>
'get|post'
]],
'search'
=>
[
'search/Search/search'
,
[
'method'
=>
'get|post'
]],
]);
]);
//Route::miss('api/index/miss');//处理错误的url
//Route::miss('api/index/miss');//处理错误的url
\ No newline at end of file
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