Commit 3d593665 authored by clone's avatar clone

1

parent 75ae547b
......@@ -71,10 +71,13 @@ class PayLogOpen extends Basic
}
}
/**
* 审核开业
* @return \think\Response
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function openCheck()
{
......
......@@ -25,8 +25,8 @@ Route::group('app', [
'getShopDetails' => ['app/index/getShopDetail', ['method' => 'get | post']],
'getVersionNo' => ['app/index/getVersionNo', ['method' => 'get | post']],
'feed' => ['app/index/feed', ['method' => 'get']],
'baidu_send' => ['app/index/baidu_send', ['method' => 'get']],
'baidu_send2' => ['app/index/baidu_send2', ['method' => 'get']]
'baidu_send' => ['app/index/baidu_send', ['method' => 'get']],
'baidu_send2' => ['app/index/baidu_send2', ['method' => 'get']]
]);
Route::group('app_broker', [
......@@ -53,12 +53,12 @@ Route::group('app_broker', [
'bargaininfo_detail_static_pc' => ['app_broker/index/bargaininfo_detail_static_pc', ['method' => 'get']],
'customerinfo_customer_add' => ['app_broker/index/customerinfo_customer_add', ['method' => 'get']],
'customerinfo_details_new' => ['app_broker/index/customerinfo_details_new', ['method' => 'get']],
'agent_pingjia' => ['app_broker/index/agent_pingjia', ['method' => 'get']],
'agent_pingjia' => ['app_broker/index/agent_pingjia', ['method' => 'get']],
'download_b' => ['app_broker/index/download_b', ['method' => 'get']],
'imagebody' => ['app_broker/index/imagebody', ['method' => 'get']],
'edit_modal' => ['app_broker/index/edit_modal', ['method' => 'get']],
'yindao_android' => ['app/index/yindao_android', ['method' => 'get']],//安卓引导界面 杜欣源 2018-11-12
'yindao_ios' => ['app/index/yindao_ios', ['method' => 'get']],//ios引导界面 2018-11-12
'yindao_android' => ['app/index/yindao_android', ['method' => 'get']],//安卓引导界面 杜欣源 2018-11-12
'yindao_ios' => ['app/index/yindao_ios', ['method' => 'get']],//ios引导界面 2018-11-12
]);
Route::group('index', [
......@@ -234,7 +234,7 @@ Route::group('index', [
'backOutThree/:check_status' => ['index/Finance/reportList', ['method' => 'get'], ['check_status' => 8]], //财务 成交报告-待撤销-第三级数据
'reportListUndone/:check_status' => ['index/Finance/reportList', ['method' => 'get'], ['check_status' => 6]], //财务 成交报告-已撤销
'refundList' => ['index/Finance/refundList', ['method' => 'get']], //退款列表-专员审核
'refundListExcel' => ['index/Finance/refundListExcel', ['method' => 'get']], //退款列表-导出excel
'refundListExcel' => ['index/Finance/refundListExcel', ['method' => 'get']], //退款列表-导出excel
'checkReportAttache/:check_status' => ['index/Finance/checkReport', ['method' => 'post'], ['check_status' => 1]], //审核成交报告-第一级审核
'checkReportManager/:check_status' => ['index/Finance/checkReport', ['method' => 'post'], ['check_status' => 2]], //审核成交报告-第二级审核
'checkReportMajordomo/:check_status' => ['index/Finance/checkReport', ['method' => 'post'], ['check_status' => 3]], //审核成交报告-第三级审核
......@@ -306,55 +306,55 @@ Route::group('index', [
'updatePayLog' => ['index/Finance/updatePayLog', ['method' => 'get | post']],//
'getTaxesById' => ['index/Finance/getTaxesById', ['method' => 'POST|GET']], //财务结单
'financeUpdateLog' => ['index/Finance/financeUpdateLog', ['method' => 'POST|GET']], //财务结单
'getRealIncome' => ['index/Finance/getRealIncome', ['method' => 'GET']], //获取实收日期
'noticeIndex' => ['index/notice/index', ['method' => 'GET']], //公告列表
'getNoticeInfo' => ['index/notice/getNoticeInfo', ['method' => 'GET']], //公告详情
'delNotice' => ['index/notice/delNotice', ['method' => 'POST']], //删除公告
'addNotice' => ['index/notice/addNotice', ['method' => 'POST']], //新增公告
'addNoticeView' => ['index/notice/addNoticeView', ['method' => 'GET']], //新增公告
'getWxInfo' => ['index/WxAuthorization/getWxInfo', ['method' => 'POST|GET']], //wx
'shareShop' => [ 'index/ShareShop/shareShop', [ 'method' => 'POST|GET' ] ],
'yindaoAndroid' => [ 'index/ShareShop/yindaoAndroid', [ 'method' => 'POST|GET' ] ],
'yindaoIos' => [ 'index/ShareShop/yindaoIos', [ 'method' => 'POST|GET' ] ],
'receivables' => ['index/Finance/receivables', ['method' => 'GET']], //获取实收日期
'adjustment' => ['index/Finance/adjustment', ['method' => 'GET']], //获取实收日期
'getPayLogData' => ['index/Finance/getPayLogData', ['method' => 'GET']], //收款各种详情
'getActivityCoupon' => ['index/Finance/getActivityCoupon', ['method' => 'GET']], //收款各种详情
'evaluationList' => [ 'index/Evaluation/evaluationList', [ '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
'business_school' => [ 'index/news/index', [ 'method' => 'GET' ] ], //商学院资讯列表
'addNews' => [ 'index/news/addNews', [ 'method' => 'POST' ] ], //新增商学院资讯
'getNewsInfo' => [ 'index/news/getNewsInfo', [ 'method' => 'GET' ] ], //商学院资讯详情
'getNewsLabel' => [ 'index/news/getNewsLabel', [ 'method' => 'GET' ] ], //商学院资标签
'delNews' => [ 'index/news/delNews', [ 'method' => 'POST' ] ], //删除商学院文章
'getCommentList' => [ 'index/news/getCommentList', [ 'method' => 'POST|GET' ] ], //商学院评论列表
'delNewsComment' => [ 'index/news/delNewsComment', [ 'method' => 'POST|GET' ] ], //删除商学院评论
'new_text' => [ 'index/news/newText', [ 'method' => 'GET' ] ],
'delNewsFile' => [ 'index/news/delNewsFile', [ 'method' => 'POST' ] ], //删除商学院附件
'plNews' => ['index/news/plNews', ['method' => 'GET']], //商学院评论
'baiduText' => ['index/news/baiduText', ['method' => 'GET']],
'agentEvaluateNumAndFraction' => [ 'index/broker/agentEvaluateNumAndFraction', [ 'method' => 'POST|GET' ] ],//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'uploadImg' => [ 'index/UploadImg/uploadImg', [ 'method' => 'POST' ] ],//全局图片上传
'uploadEditor' => [ 'index/UploadImg/uploadEditor', [ 'method' => 'POST' ] ],//全局图片上传
'followUpList' => [ 'index/HouseFollowUp/followUpList', [ 'method' => 'GET' ] ],//商铺跟进liu
'userEntrustedList' => [ 'index/UserEntrusted/userEntrustedList', [ 'method' => 'GET' ] ],//客户委托找铺liu
'userModalList' => [ 'index/Member/userDetail', [ 'method' => 'GET' ] ], //客户跟进模态框,公用
'inspectionRecordList' => [ 'index/InspectionRecord/inspectionRecordList', [ 'method' => 'GET' ] ],//约带看记录liu
'realtimePerformance' => [ 'index/RealTimePerformance/realtimePerformanceList', [ 'method' => 'GET' ] ],//实时业绩liu
'shopinspectionLog' => [ 'index/ShopInspectionLog/shopinspectionLogList', [ 'method' => 'POST|GET' ] ],//商铺查看日志liu
'opensquareLog' => [ 'index/OpenSquareLog/opensquarelogList', [ 'method' => 'POST|GET' ] ],//开盘广场liu
'redEnvelope' => [ 'index/RedEnvelope/redEnvelopeList', [ 'method' => 'POST|GET' ] ],//活动列表liu
'CashBack' => [ 'index/CashBack/cashBackList', [ 'method' => 'POST|GET' ] ],//返现红包liu
'CashAccount' => [ 'index/CashAccount/cashAccountList', [ 'method' => 'POST|GET' ] ],//现金账户liu
'getTaxesById' => ['index/Finance/getTaxesById', ['method' => 'POST|GET']], //财务结单
'financeUpdateLog' => ['index/Finance/financeUpdateLog', ['method' => 'POST|GET']], //财务结单
'getRealIncome' => ['index/Finance/getRealIncome', ['method' => 'GET']], //获取实收日期
'noticeIndex' => ['index/notice/index', ['method' => 'GET']], //公告列表
'getNoticeInfo' => ['index/notice/getNoticeInfo', ['method' => 'GET']], //公告详情
'delNotice' => ['index/notice/delNotice', ['method' => 'POST']], //删除公告
'addNotice' => ['index/notice/addNotice', ['method' => 'POST']], //新增公告
'addNoticeView' => ['index/notice/addNoticeView', ['method' => 'GET']], //新增公告
'getWxInfo' => ['index/WxAuthorization/getWxInfo', ['method' => 'POST|GET']], //wx
'shareShop' => ['index/ShareShop/shareShop', ['method' => 'POST|GET']],
'yindaoAndroid' => ['index/ShareShop/yindaoAndroid', ['method' => 'POST|GET']],
'yindaoIos' => ['index/ShareShop/yindaoIos', ['method' => 'POST|GET']],
'receivables' => ['index/Finance/receivables', ['method' => 'GET']], //获取实收日期
'adjustment' => ['index/Finance/adjustment', ['method' => 'GET']], //获取实收日期
'getPayLogData' => ['index/Finance/getPayLogData', ['method' => 'GET']], //收款各种详情
'getActivityCoupon' => ['index/Finance/getActivityCoupon', ['method' => 'GET']], //收款各种详情
'evaluationList' => ['index/Evaluation/evaluationList', ['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
'business_school' => ['index/news/index', ['method' => 'GET']], //商学院资讯列表
'addNews' => ['index/news/addNews', ['method' => 'POST']], //新增商学院资讯
'getNewsInfo' => ['index/news/getNewsInfo', ['method' => 'GET']], //商学院资讯详情
'getNewsLabel' => ['index/news/getNewsLabel', ['method' => 'GET']], //商学院资标签
'delNews' => ['index/news/delNews', ['method' => 'POST']], //删除商学院文章
'getCommentList' => ['index/news/getCommentList', ['method' => 'POST|GET']], //商学院评论列表
'delNewsComment' => ['index/news/delNewsComment', ['method' => 'POST|GET']], //删除商学院评论
'new_text' => ['index/news/newText', ['method' => 'GET']],
'delNewsFile' => ['index/news/delNewsFile', ['method' => 'POST']], //删除商学院附件
'plNews' => ['index/news/plNews', ['method' => 'GET']], //商学院评论
'baiduText' => ['index/news/baiduText', ['method' => 'GET']],
'agentEvaluateNumAndFraction' => ['index/broker/agentEvaluateNumAndFraction', ['method' => 'POST|GET']],//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'uploadImg' => ['index/UploadImg/uploadImg', ['method' => 'POST']],//全局图片上传
'uploadEditor' => ['index/UploadImg/uploadEditor', ['method' => 'POST']],//全局图片上传
'followUpList' => ['index/HouseFollowUp/followUpList', ['method' => 'GET']],//商铺跟进liu
'userEntrustedList' => ['index/UserEntrusted/userEntrustedList', ['method' => 'GET']],//客户委托找铺liu
'userModalList' => ['index/Member/userDetail', ['method' => 'GET']], //客户跟进模态框,公用
'inspectionRecordList' => ['index/InspectionRecord/inspectionRecordList', ['method' => 'GET']],//约带看记录liu
'realtimePerformance' => ['index/RealTimePerformance/realtimePerformanceList', ['method' => 'GET']],//实时业绩liu
'shopinspectionLog' => ['index/ShopInspectionLog/shopinspectionLogList', ['method' => 'POST|GET']],//商铺查看日志liu
'opensquareLog' => ['index/OpenSquareLog/opensquarelogList', ['method' => 'POST|GET']],//开盘广场liu
'redEnvelope' => ['index/RedEnvelope/redEnvelopeList', ['method' => 'POST|GET']],//活动列表liu
'CashBack' => ['index/CashBack/cashBackList', ['method' => 'POST|GET']],//返现红包liu
'CashAccount' => ['index/CashAccount/cashAccountList', ['method' => 'POST|GET']],//现金账户liu
'performancesubsidiaryList' => ['index/PerformanceSubsidiary/performancesubsidiaryList', ['method' => 'POST|GET']],//业绩明细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
'blackList' => ['index/BlackList/blackList', ['method' => 'POST|GET']],//黑名单 liu
'myCollectionUserList' => ['index/myCollectionUser/myCollectionUserList', ['method' => 'POST|GET']],//我收藏的客户liu
'myCollectionShopList' => ['index/myCollectionShop/myCollectionShopList', ['method' => 'POST|GET']],//我收藏的客户liu
......@@ -367,50 +367,50 @@ Route::group('index', [
'lookShopIndex' => ['index/LookShop/lookShopIndex', ['method' => 'GET']],//商铺查看日志
'lookShopUser' => ['index/LookShop/lookShopUser', ['method' => 'GET']],//用户商铺查看日志
'selectDistrictPerformance' => ['index/Performance/selectDistrictPerformance', ['method' => 'POST|GET']], //区域业绩排行 朱伟 2018-07-31
'selectStorePerformance' => ['index/Performance/selectStorePerformance', ['method' => 'POST|GET']], //门店业绩排行 朱伟 2018-07-31
'selectIndividualPerformance' => ['index/Performance/selectIndividualPerformance', ['method' => 'POST|GET']], //个人业绩排行 朱伟 2018-07-31
'transformFollowUp' => ['index/HouseFollowUp/transformFollowUp', ['method' => 'GET']], //个人业绩排行 朱伟 2018-07-31
'getPerformanceExcel' => ['index/Performance/getPerformanceExcel', ['method' => 'POST|GET']],
'pictureShow' => ['index/PictureShow/pictureShow', ['method' => 'POST|GET']], //商铺图库 杜欣源 2018-08-31
'PerformanceRanking' => ['index/PerformanceRanking/performanceRanking', ['method' => 'POST|GET']], //效绩排行 杜欣源 2018-11-12
'mainIndex' => ['index/login/mainIndex', ['method' => 'POST|GET']], //首页 杜欣源 2018-11-12
'selectDistrictPerformance' => ['index/Performance/selectDistrictPerformance', ['method' => 'POST|GET']], //区域业绩排行 朱伟 2018-07-31
'selectStorePerformance' => ['index/Performance/selectStorePerformance', ['method' => 'POST|GET']], //门店业绩排行 朱伟 2018-07-31
'selectIndividualPerformance' => ['index/Performance/selectIndividualPerformance', ['method' => 'POST|GET']], //个人业绩排行 朱伟 2018-07-31
'transformFollowUp' => ['index/HouseFollowUp/transformFollowUp', ['method' => 'GET']], //个人业绩排行 朱伟 2018-07-31
'getPerformanceExcel' => ['index/Performance/getPerformanceExcel', ['method' => 'POST|GET']],
'pictureShow' => ['index/PictureShow/pictureShow', ['method' => 'POST|GET']], //商铺图库 杜欣源 2018-08-31
'PerformanceRanking' => ['index/PerformanceRanking/performanceRanking', ['method' => 'POST|GET']], //效绩排行 杜欣源 2018-11-12
'mainIndex' => ['index/login/mainIndex', ['method' => 'POST|GET']], //首页 杜欣源 2018-11-12
//c端商铺图库相关
'addImageDepot' => ['index/ImageDepot/addImageDepot', ['method' => 'get | post']],//上传保存图片
'getImageTypeLabel' => ['index/ImageDepot/getImageTypeLabel', ['method' => 'get | post']],//获取图片类型与标签
'getImageDepotList' => ['index/ImageDepot/getImageDepotList', ['method' => 'get | post']],//获取图片列表
'getImageDepotById' => ['index/ImageDepot/getImageDepotById', ['method' => 'get | post']],//根据ID获取记录
'delImageDepot' => ['index/ImageDepot/delImageDepot', ['method' => 'get | post']],//删除
'ceshi' => ['index/ImageDepot/ceshi', ['method' => 'get | post']],//
'addImageDepot' => ['index/ImageDepot/addImageDepot', ['method' => 'get | post']],//上传保存图片
'getImageTypeLabel' => ['index/ImageDepot/getImageTypeLabel', ['method' => 'get | post']],//获取图片类型与标签
'getImageDepotList' => ['index/ImageDepot/getImageDepotList', ['method' => 'get | post']],//获取图片列表
'getImageDepotById' => ['index/ImageDepot/getImageDepotById', ['method' => 'get | post']],//根据ID获取记录
'delImageDepot' => ['index/ImageDepot/delImageDepot', ['method' => 'get | post']],//删除
'ceshi' => ['index/ImageDepot/ceshi', ['method' => 'get | post']],//
//运营数相关接口
'operationChatUserNum' => ['index/OperationData/chatUserNum', ['method' => 'get | post']],
'operationChatUserNumV2' => ['index/OperationData/chatUserNumV2', ['method' => 'get | post']],
'operationUserPhoneNum' => ['index/OperationData/userPhoneNum', ['method' => 'get | post']],
'operationLoginNum' => ['index/OperationData/loginNum', ['method' => 'get | post']],
'operationHouseNum' => ['index/OperationData/houseNum', ['method' => 'get | post']],
'operationHouseBargainNum' => ['index/OperationData/houseBargainNum', ['method' => 'get | post']],
'getFirstLoginTotal' => ['index/InviteTotal/getFirstLoginTotal', ['method' => 'get | post']],
'operationChatUserNum' => ['index/OperationData/chatUserNum', ['method' => 'get | post']],
'operationChatUserNumV2' => ['index/OperationData/chatUserNumV2', ['method' => 'get | post']],
'operationUserPhoneNum' => ['index/OperationData/userPhoneNum', ['method' => 'get | post']],
'operationLoginNum' => ['index/OperationData/loginNum', ['method' => 'get | post']],
'operationHouseNum' => ['index/OperationData/houseNum', ['method' => 'get | post']],
'operationHouseBargainNum' => ['index/OperationData/houseBargainNum', ['method' => 'get | post']],
'getFirstLoginTotal' => ['index/InviteTotal/getFirstLoginTotal', ['method' => 'get | post']],
//后台业绩日报,周报
'getPerformanceReportList' => ['index/PerformanceReport/getPerformanceReportList', ['method' => 'get | post']],
'delPerformanceReport' => ['index/PerformanceReport/delPerformanceReport', ['method' => 'get | post']],//删除
'getPerformanceReportList' => ['index/PerformanceReport/getPerformanceReportList', ['method' => 'get | post']],
'delPerformanceReport' => ['index/PerformanceReport/delPerformanceReport', ['method' => 'get | post']],//删除
//批量处理控制器
'getCityLatAadLng' => ['index/BatchProcessing/getCityLatAadLng', ['method' => 'get | post']],//批量设置商圈的经纬度
'updatePhoneFollowUpIsShow' => ['index/BatchProcessing/updatePhoneFollowUpIsShow', ['method' => 'get | post']],//批量设置商圈的经纬度
'getCityLatAadLng' => ['index/BatchProcessing/getCityLatAadLng', ['method' => 'get | post']],//批量设置商圈的经纬度
'updatePhoneFollowUpIsShow' => ['index/BatchProcessing/updatePhoneFollowUpIsShow', ['method' => 'get | post']],//批量设置商圈的经纬度
//站点相关
'addSite' => ['index/Site/addSite', ['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
'inspectionRecordOur/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'],['check_status'=>0]], //我的约带看
'inspectionRecordStore/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'], ['check_status'=>1]], //门店约带看
'inspectionRecordDistrict/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'],['check_status'=>2]], //部门约带看
'inspectionRecordAll/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'],['check_status'=>3]], //全部约带看
'setSite' => ['index/auth/setSite', ['method' => 'GET|POST']], //设置角色站点
'addSite' => ['index/Site/addSite', ['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
'inspectionRecordOur/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'], ['check_status' => 0]], //我的约带看
'inspectionRecordStore/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'], ['check_status' => 1]], //门店约带看
'inspectionRecordDistrict/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'], ['check_status' => 2]], //部门约带看
'inspectionRecordAll/:check_status' => ['index/Report/inspectionRecordAll', ['method' => 'GET'], ['check_status' => 3]], //全部约带看
'setSite' => ['index/auth/setSite', ['method' => 'GET|POST']], //设置角色站点
'getRandKingList' => ['index/RankingList/getRandKingList', ['method' => 'GET|POST']], //设置角色站点
......@@ -421,31 +421,31 @@ Route::group('index', [
'getRandKingListByAgentId' => ['index/RankingList/getRandKingListByAgentId', ['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' ] ],//添加黑名单
'getAgentsBlackList' => [ 'index/broker/getAgentsBlackList', [ 'method' => 'GET|POST' ] ],//黑名单列表
'getBlackListInfo' => [ 'index/broker/getBlackListInfo', [ 'method' => 'GET|POST' ] ],//黑名单详情
'delAgentsBlackListImg' => [ 'index/broker/delAgentsBlackListImg', [ 'method' => 'GET|POST' ] ],//黑名单删除图片
'getSystemMessageByUser' => [ 'index/broker/getSystemMessageByUser', [ 'method' => 'GET' ] ],//未读消息列表
'updateSystemMessageIsRead' => [ 'index/broker/updateSystemMessageIsRead', [ 'method' => 'POST' ] ],//已读状态
'addAgentsBlackList' => ['index/broker/addAgentsBlackList', ['method' => 'GET|POST']],//添加黑名单
'getAgentsBlackList' => ['index/broker/getAgentsBlackList', ['method' => 'GET|POST']],//黑名单列表
'getBlackListInfo' => ['index/broker/getBlackListInfo', ['method' => 'GET|POST']],//黑名单详情
'delAgentsBlackListImg' => ['index/broker/delAgentsBlackListImg', ['method' => 'GET|POST']],//黑名单删除图片
'getSystemMessageByUser' => ['index/broker/getSystemMessageByUser', ['method' => 'GET']],//未读消息列表
'updateSystemMessageIsRead' => ['index/broker/updateSystemMessageIsRead', ['method' => 'POST']],//已读状态
'userDetail' => ['index/UserLog/userDetail', ['method' => 'get|post']],
'userLog' => ['index/UserLog/userLog', ['method' => 'get|post']],
'followUpLog' => ['index/UserLog/followUpLog', ['method' => 'get|post']],
'followUpLogNew' => ['index/UserLog/followUpLogNew', ['method' => 'get|post']],
'userDetail' => ['index/UserLog/userDetail', ['method' => 'get|post']],
'userLog' => ['index/UserLog/userLog', ['method' => 'get|post']],
'followUpLog' => ['index/UserLog/followUpLog', ['method' => 'get|post']],
'followUpLogNew' => ['index/UserLog/followUpLogNew', ['method' => 'get|post']],
'dailyDetail' => ['index/DailyPaper/dailyDetail', ['method' => 'get|post']],
'addDaily' => ['index/DailyPaper/addDaily', ['method' => 'get|post']],
'commitCheck' => ['index/DailyPaper/commitCheck', ['method' => 'get|post']],
'getPayLogImg' => ['index/DailyPaper/getPayLogImg', ['method' => 'get|post']],
'dailyBackImg' => ['index/DailyPaper/dailyBackImg', ['method' => 'post']],
'dailyDetail' => ['index/DailyPaper/dailyDetail', ['method' => 'get|post']],
'addDaily' => ['index/DailyPaper/addDaily', ['method' => 'get|post']],
'commitCheck' => ['index/DailyPaper/commitCheck', ['method' => 'get|post']],
'getPayLogImg' => ['index/DailyPaper/getPayLogImg', ['method' => 'get|post']],
'dailyBackImg' => ['index/DailyPaper/dailyBackImg', ['method' => 'post']],
'addUserBind' => [ 'index/member/addUserBind', [ 'method' => 'get|post' ] ],
'removeUserBind' => [ 'index/member/removeUserBind', [ 'method' => 'get|post' ] ],
'getUserBindHistory' => [ 'index/member/getUserBindHistory', [ 'method' => 'get|post' ] ],
'addUserBind' => ['index/member/addUserBind', ['method' => 'get|post']],
'removeUserBind' => ['index/member/removeUserBind', ['method' => 'get|post']],
'getUserBindHistory' => ['index/member/getUserBindHistory', ['method' => 'get|post']],
'saveActivity' => ['index/Activity/saveActivity', ['method' => 'POST|GET']],//新增或修改活动
'getActivityList' => ['index/Activity/getActivityList', ['method' => 'POST|GET']],//获取活动
......@@ -454,57 +454,57 @@ Route::group('index', [
'userAccountBalanceList' => ['index/AccountBalance/userAccountBalanceList', ['method' => 'get|post']],
'check' => ['index/AccountBalance/check', ['method' => 'get|post']],
'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'get|post']],
'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'get|post']],
//开盘广场
'getDistrictLable' => [ 'index/Square/getDistrictLable', [ 'method' => 'GET|POST' ] ],
'addSquare' => [ 'index/Square/addSquare', [ 'method' => 'GET|POST' ] ],
'getSquareList' => [ 'index/Square/getSquareList', [ 'method' => 'GET|POST' ] ],
'getSquareInfo' => [ 'index/Square/getSquareInfo', [ 'method' => 'GET|POST' ] ],
'delSquare' => [ 'index/Square/delSquare', [ 'method' => 'GET|POST' ] ],
'editSquare' => [ 'index/Square/editSquare', [ 'method' => 'GET|POST' ] ],
'getDistrictLable' => ['index/Square/getDistrictLable', ['method' => 'GET|POST']],
'addSquare' => ['index/Square/addSquare', ['method' => 'GET|POST']],
'getSquareList' => ['index/Square/getSquareList', ['method' => 'GET|POST']],
'getSquareInfo' => ['index/Square/getSquareInfo', ['method' => 'GET|POST']],
'delSquare' => ['index/Square/delSquare', ['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' ] ],
'getFindShopListIsMy' => [ 'index/FindShop/getFindShopList', [ 'method' => 'POST|GET' ] ],
'getFindShopList' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
'getFindShopListIsMy' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
]);
Route::group('api', [
//get
'sendSms/:phone' => ['api/member/sendSms', ['method' => 'get']], //发送短信
'sendSms' => ['api/member/sendSms', ['method' => 'get']], //发送短信
'check_code' => ['api/member/check_code', ['method' => 'get']], //检测短信
'index' => ['api/member/index', ['method' => 'get']],
'getHomeCoupon' => ['api/Coupon/getHomeCoupon', ['method' => 'get']],
'couponList' => ['api/Coupon/couponList', ['method' => 'get']], //返现红包列表
'getBroker' => ['api/broker/index', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
'getBrokerV2' => ['api/broker/indexV2', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
// 'test' => ['api/broker/testtest', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
'commentAndDeal' => ['api/broker/commentAndDeal', ['method' => 'get']], //获取当前经纪人的评价和交易列表
'brokerDetail' => ['api/broker/brokerDetail', ['method' => 'get']], //经纪人详情
'sendSms/:phone' => ['api/member/sendSms', ['method' => 'get']], //发送短信
'sendSms' => ['api/member/sendSms', ['method' => 'get']], //发送短信
'check_code' => ['api/member/check_code', ['method' => 'get']], //检测短信
'index' => ['api/member/index', ['method' => 'get']],
'getHomeCoupon' => ['api/Coupon/getHomeCoupon', ['method' => 'get']],
'couponList' => ['api/Coupon/couponList', ['method' => 'get']], //返现红包列表
'getBroker' => ['api/broker/index', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
'getBrokerV2' => ['api/broker/indexV2', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
// 'test' => ['api/broker/testtest', ['method' => 'get']], //获取当前商铺或街铺的经纪人评论信息列表
'commentAndDeal' => ['api/broker/commentAndDeal', ['method' => 'get']], //获取当前经纪人的评价和交易列表
'brokerDetail' => ['api/broker/brokerDetail', ['method' => 'get']], //经纪人详情
//post broker
'appraiser' => ['api/broker/appraiser', ['method' => 'post']], //评价经纪人
'recordCallNum' => ['api/broker/recordCallNum', ['method' => 'post']], //记录拨打经纪人号码
'recordCallNumShare' => ['api/broker/recordCallNumShare', ['method' => 'post']], //记录拨打经纪人号码
'appraiser' => ['api/broker/appraiser', ['method' => 'post']], //评价经纪人
'recordCallNum' => ['api/broker/recordCallNum', ['method' => 'post']], //记录拨打经纪人号码
'recordCallNumShare' => ['api/broker/recordCallNumShare', ['method' => 'post']], //记录拨打经纪人号码
//get member
'logout' => ['api/member/logout', ['method' => 'get']],
'inviteList/:id' => ['api/member/inviteList', ['method' => 'get']], //邀请记录
'inviteList' => ['api/member/inviteList', ['method' => 'get']], //邀请记录
'qrCode' => ['api/member/qrCode', ['method' => 'get']], //邀请二维码
'getUserInfo' => ['api/member/getUserInfo', ['method' => 'get']], //通过AuthToken获取用户信息编辑用
'logout' => ['api/member/logout', ['method' => 'get']],
'inviteList/:id' => ['api/member/inviteList', ['method' => 'get']], //邀请记录
'inviteList' => ['api/member/inviteList', ['method' => 'get']], //邀请记录
'qrCode' => ['api/member/qrCode', ['method' => 'get']], //邀请二维码
'getUserInfo' => ['api/member/getUserInfo', ['method' => 'get']], //通过AuthToken获取用户信息编辑用
//post member
'login' => ['api/member/login', ['method' => 'post']], //c端登陆
'register' => ['api/member/register', ['method' => 'post']], //注册|邀请注册|编辑
'uploadHeadImg' => ['api/member/uploadHeadImg', ['method' => 'post']], //头像上传
'login' => ['api/member/login', ['method' => 'post']], //c端登陆
'register' => ['api/member/register', ['method' => 'post']], //注册|邀请注册|编辑
'uploadHeadImg' => ['api/member/uploadHeadImg', ['method' => 'post']], //头像上传
'setUserInvite' => ['api/member/setUserInvite', ['method' => 'get | post']],
'myInvite' => ['api/member/myInvite', ['method' => 'get | post']],
'myInvite' => ['api/member/myInvite', ['method' => 'get | post']],
// shop
'getShopList' => ['api/shop/getShopList', ['method' => 'get|post']],
......@@ -560,14 +560,14 @@ Route::group('api', [
'addUserCallAgentV2' => ['api/CallAgent/addUserCallAgentV2', ['method' => 'POST|GET']],//客户来电记录h5
'userAccountBalanceList' => ['api/AccountBalance/userAccountBalanceList', ['method' => 'get|post']],//
'totalAccount' => ['api/AccountBalance/totalAccount', ['method' => 'post']],
'applyForWithdraw' => ['api/AccountBalance/applyForWithdraw', ['method' => 'post']],
'userAccountBalanceList' => ['api/AccountBalance/userAccountBalanceList', ['method' => 'get|post']],//
'totalAccount' => ['api/AccountBalance/totalAccount', ['method' => 'post']],
'applyForWithdraw' => ['api/AccountBalance/applyForWithdraw', ['method' => 'post']],
'updateFindShop' => ['api/FindShop/updateFindShop', ['method' => 'get|post']],
'getFindShop' => ['api/FindShop/getFindShopByParams', ['method' => 'get|post']],
'getRecommendShopList' => ['api/FindShop/getRecommendShopList', ['method' => 'get|post']],
'updateFindShop' => ['api/FindShop/updateFindShop', ['method' => 'get|post']],
'getFindShop' => ['api/FindShop/getFindShopByParams', ['method' => 'get|post']],
'getRecommendShopList' => ['api/FindShop/getRecommendShopList', ['method' => 'get|post']],
]);
......@@ -592,8 +592,8 @@ Route::group('chat', [
'getChatRelation' => ['chat/AppChat/getChatRelation', ['method' => 'post|get']],
'getSystemMessageByShop' => ['chat/AppChat/getSystemMessageByShop', ['method' => 'post|get']],
'getSystemMessageByUser' => ['chat/AppChat/getSystemMessageByUser', ['method' => 'post|get']],
'getSystemMessageByReport' => ['chat/AppChat/getSystemMessageByReport', ['method' => 'post|get']],
'getSquareMessageByAgentId' => ['chat/AppChat/getSquareMessageByAgentId', ['method' => 'post|get']],
'getSystemMessageByReport' => ['chat/AppChat/getSystemMessageByReport', ['method' => 'post|get']],
'getSquareMessageByAgentId' => ['chat/AppChat/getSquareMessageByAgentId', ['method' => 'post|get']],
'updateSystemMessageIsRead' => ['chat/AppChat/updateSystemMessageIsRead', ['method' => 'post|get']],
'getMessageIsRead' => ['chat/AppChat/getMessageIsRead', ['method' => 'post|get']],
......@@ -614,11 +614,11 @@ Route::group('task', [
'saveLookShop' => ['task/SaveLookShopHistoryTask/saveLookShop', ['method' => 'get']], //保存看铺记录
'totalAgentResults_new' => ['task/ResultsSummaryTask/totalAgentResults', ['method' => 'get']], //业绩统计
'totalAgentResults' => ['task/ResultsSummaryNewTask/totalAgentResults', ['method' => 'get']], //业绩统计
'totalAgentResultsByTime' => ['task/ResultsSummaryNewTask/totalAgentResultsByTime', ['method' => 'get']], //业绩统计
'updateTotalByAgentId' => ['task/ResultsSummaryNewTask/updateTotalByAgentId', ['method' => 'get']], //业绩统计
'totalAgentResultsByYesterday' => [ 'task/ResultsSummaryNewTask/totalAgentResultsByYesterday', [ 'method' => 'get' ] ], //业绩统计
'totalAgentResults_new' => ['task/ResultsSummaryTask/totalAgentResults', ['method' => 'get']], //业绩统计
'totalAgentResults' => ['task/ResultsSummaryNewTask/totalAgentResults', ['method' => 'get']], //业绩统计
'totalAgentResultsByTime' => ['task/ResultsSummaryNewTask/totalAgentResultsByTime', ['method' => 'get']], //业绩统计
'updateTotalByAgentId' => ['task/ResultsSummaryNewTask/updateTotalByAgentId', ['method' => 'get']], //业绩统计
'totalAgentResultsByYesterday' => ['task/ResultsSummaryNewTask/totalAgentResultsByYesterday', ['method' => 'get']], //业绩统计
'rongBilledInformUrl' => ['task/PrivacyNumber/rongBilledInformUrl', ['method' => 'post | get']],//隐私号码回调[话单通知]
......@@ -634,7 +634,7 @@ Route::group('task', [
'updateShopAddress' => ['task/JobTask/updateShopAddress', ['method' => 'get']], //默认图片
'updateShopAgeLimit' => ['task/JobTask/updateShopAgeLimit', ['method' => 'get']], //默认年限
'push' => ['task/PushMessageTask/push', ['method' => 'get']], //推送和客户推送
'push' => ['task/PushMessageTask/push', ['method' => 'get']], //推送和客户推送
'updateLandlordLimit' => ['task/JobTask/updateLandlordLimit', ['method' => 'get']], //转换房东手机号
......@@ -642,21 +642,21 @@ Route::group('task', [
'isExistTable' => ['task/FollowUpTask/isExistTable', ['method' => 'get']],
'moveFollowUpList' => ['task/FollowUpTask/moveFollowUpList', ['method' => 'get']],
'frostAgent' => ['task/FrostAgentTask/frostAgent', ['method' => 'get']],
'frostAgent' => ['task/FrostAgentTask/frostAgent', ['method' => 'get']],
'squareBackUp' => ['task/SquareTask/squareBackUp', ['method' => 'get']], //redis备份开盘排序
'updateSquare' => ['task/SquareTask/updateSquare', ['method' => 'get']],
'updateActivityStatus' => ['task/UpdateActivityTask/updateActivityStatus', ['method' => 'get']],
'updateActivityStatus' => ['task/UpdateActivityTask/updateActivityStatus', ['method' => 'get']],
'updateForActivityBegins' => ['task/UpdateActivityTask/updateForActivityBegins', ['method' => 'get']],
'updateCouponExpired' => ['task/UpdateCouponTask/updateCouponExpired', ['method' => 'get']],//超过有效期的券改过期
'killOutTimeSql' => ['task/KillOutTimeSql/killOutTimeSql', ['method' => 'get']],//超过有效期的券改过期
'delHouseVideo' => ['task/JobTask/delHouseVideo', ['method' => 'get']],//删除无效视频
'updateCouponExpired' => ['task/UpdateCouponTask/updateCouponExpired', ['method' => 'get']],//超过有效期的券改过期
'killOutTimeSql' => ['task/KillOutTimeSql/killOutTimeSql', ['method' => 'get']],//超过有效期的券改过期
'delHouseVideo' => ['task/JobTask/delHouseVideo', ['method' => 'get']],//删除无效视频
'updateBargainPerformance' => ['task/ResultsSummaryNewTask/updateBargainPerformance', ['method' => 'get']],//根据bargain_id统计
'delAgent' => ['task/UpdateRedisCache/delAgent', ['method' => 'get']],//清空经纪人缓存
'delCache' => ['task/UpdateRedisCache/delCache', ['method' => 'get']],//清空多种缓存
'delGroup' => ['task/UpdateRedisCache/delGroup', ['method' => 'get']],//批量去除角色缓存
'delAgent' => ['task/UpdateRedisCache/delAgent', ['method' => 'get']],//清空经纪人缓存
'delCache' => ['task/UpdateRedisCache/delCache', ['method' => 'get']],//清空多种缓存
'delGroup' => ['task/UpdateRedisCache/delGroup', ['method' => 'get']],//批量去除角色缓存
]);
Route::group('broker', [
......@@ -676,54 +676,54 @@ Route::group('broker', [
'getIsAccountStatement' => ['api_broker/OrderLog/getIsAccountStatement', ['method' => 'get|post']],
'getLook' => ['api_broker/OrderLog/getLook', ['method' => 'get|post']],
'login' => [ 'api_broker/Broker/login', [ 'method' => 'post' ] ], //经纪人登陆 废弃
'loginV2' => [ 'api_broker/Broker/loginV2', [ 'method' => 'post' ] ], //经纪人登陆
'verifyAgentStatus' => [ 'api_broker/Broker/verifyAgentStatus', [ 'method' => 'post' ] ], //判断经纪人是否被解绑
'updateDevice' => [ 'api_broker/Broker/updateDevice', [ 'method' => 'post' ] ], //解绑或者绑定经纪人
'editAgent' => [ 'api_broker/Broker/editAgent', [ 'method' => 'post' ] ], //经纪人修改密码
'forgetPwd' => [ 'api_broker/Broker/forgetPwd', [ 'method' => 'post' ] ], //经纪人忘记密码
'uploadHeadImg' => [ 'api_broker/Broker/uploadHeadImg', [ 'method' => 'post' ] ], //经纪人上传头像
'editClient' => [ 'api_broker/Client/editClient', [ 'method' => 'get|post' ] ],//添加和编辑客户
'getBroker' => [ 'api_broker/broker/getBroker', [ 'method' => 'get' ] ],//获取经纪人列表
'getAgentGroupSite' => [ 'api_broker/broker/getAgentGroupSite', [ 'method' => 'get' ] ],//获得经纪人站点
'labelEdit' => [ 'api_broker/label/index', [ 'method' => 'get|post' ] ], //编辑标签
'getLabelsList' => [ 'api_broker/label/getLabelsList', [ 'method' => 'get' ] ], //标签列表
'add_phone_follow_up' => [ 'api_broker/broker/add_phone_follow_up', [ 'method' => 'get|post' ] ],//新增-客户电话跟进
'addUserPhoneFollowUp' => [ 'api_broker/broker/addUserPhoneFollowUp', [ 'method' => 'get|post' ] ],//新增-客户电话跟进
'useraction_search' => [ 'api_broker/broker/useraction_search', [ 'method' => 'get|post' ] ],//客户电话跟进
'vip' => [ 'api_broker/broker/vip', [ 'method' => 'get|post' ] ],
'userStateSearch' => [ 'api_broker/broker/userStateSearch', [ 'method' => 'get|post' ] ],//新增-客户电话跟进
'user_search' => [ 'api_broker/broker/user_search', [ 'method' => 'get|post' ] ],//客户搜索
'checkAuth' => [ 'api_broker/broker/checkAuth', [ 'method' => 'get' ] ],//权限验证
'bindAXB' => [ 'api_broker/CellPhone/bindAXB', [ 'method' => 'post' ] ],//隐私号码
'agentsUnBind' => [ 'api_broker/CellPhone/agentsUnBind', [ 'method' => 'post' ] ],//解除绑定关系
'updateBindAXB' => [ 'api_broker/CellPhone/updateBindAXB', [ 'method' => 'post' ] ], //更新绑定关系隐私号码
'getCallLog' => [ 'api_broker/broker/getCallLog', [ 'method' => 'get|post' ] ],
'agentUserTb' => ['api_broker/Client/agentUserTb', ['method' => 'get']],//客户列表
'agentUserFollow' => ['api_broker/Client/agentUserFollow', ['method' => 'get']],//客户列表
'agentSearch' => ['api_broker/Client/agentSearch', ['method' => 'get']],//经纪人搜索
'getULabelsListApp' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签
'getULabelsList' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签
'all_user' => ['api_broker/Client/all_user', ['method' => 'post|get']],//全部客户 朱伟
'inviteList' => ['api_broker/Client/inviteList', ['method' => 'get']], //邀请记录
'login' => ['api_broker/Broker/login', ['method' => 'post']], //经纪人登陆 废弃
'loginV2' => ['api_broker/Broker/loginV2', ['method' => 'post']], //经纪人登陆
'verifyAgentStatus' => ['api_broker/Broker/verifyAgentStatus', ['method' => 'post']], //判断经纪人是否被解绑
'updateDevice' => ['api_broker/Broker/updateDevice', ['method' => 'post']], //解绑或者绑定经纪人
'editAgent' => ['api_broker/Broker/editAgent', ['method' => 'post']], //经纪人修改密码
'forgetPwd' => ['api_broker/Broker/forgetPwd', ['method' => 'post']], //经纪人忘记密码
'uploadHeadImg' => ['api_broker/Broker/uploadHeadImg', ['method' => 'post']], //经纪人上传头像
'editClient' => ['api_broker/Client/editClient', ['method' => 'get|post']],//添加和编辑客户
'getBroker' => ['api_broker/broker/getBroker', ['method' => 'get']],//获取经纪人列表
'getAgentGroupSite' => ['api_broker/broker/getAgentGroupSite', ['method' => 'get']],//获得经纪人站点
'labelEdit' => ['api_broker/label/index', ['method' => 'get|post']], //编辑标签
'getLabelsList' => ['api_broker/label/getLabelsList', ['method' => 'get']], //标签列表
'add_phone_follow_up' => ['api_broker/broker/add_phone_follow_up', ['method' => 'get|post']],//新增-客户电话跟进
'addUserPhoneFollowUp' => ['api_broker/broker/addUserPhoneFollowUp', ['method' => 'get|post']],//新增-客户电话跟进
'useraction_search' => ['api_broker/broker/useraction_search', ['method' => 'get|post']],//客户电话跟进
'vip' => ['api_broker/broker/vip', ['method' => 'get|post']],
'userStateSearch' => ['api_broker/broker/userStateSearch', ['method' => 'get|post']],//新增-客户电话跟进
'user_search' => ['api_broker/broker/user_search', ['method' => 'get|post']],//客户搜索
'checkAuth' => ['api_broker/broker/checkAuth', ['method' => 'get']],//权限验证
'bindAXB' => ['api_broker/CellPhone/bindAXB', ['method' => 'post']],//隐私号码
'agentsUnBind' => ['api_broker/CellPhone/agentsUnBind', ['method' => 'post']],//解除绑定关系
'updateBindAXB' => ['api_broker/CellPhone/updateBindAXB', ['method' => 'post']], //更新绑定关系隐私号码
'getCallLog' => ['api_broker/broker/getCallLog', ['method' => 'get|post']],
'agentUserTb' => ['api_broker/Client/agentUserTb', ['method' => 'get']],//客户列表
'agentUserFollow' => ['api_broker/Client/agentUserFollow', ['method' => 'get']],//客户列表
'agentSearch' => ['api_broker/Client/agentSearch', ['method' => 'get']],//经纪人搜索
'getULabelsListApp' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签
'getULabelsList' => ['api_broker/Client/getULabelsListApp', ['method' => 'get|post']],//客户标签
'all_user' => ['api_broker/Client/all_user', ['method' => 'post|get']],//全部客户 朱伟
'inviteList' => ['api_broker/Client/inviteList', ['method' => 'get']], //邀请记录
//商铺
'getShopList' => ['api_broker/Shop/getShopList', ['method' => 'get|post']],
'getShopListByReport' => ['api_broker/Shop/getShopListByReport', ['method' => 'get|post']],
'getShopListByMap' => ['api_broker/MapFindHouse/getShopListByMap', ['method' => 'get|post']],
'getCityInfoByMap' => ['api_broker/MapFindHouse/getCityInfoByMap', ['method' => 'get|post']],
'getShopDetail' => ['api_broker/Shop/getShopDetail', ['method' => 'get']],
'addShopFollowUp' => ['api_broker/Shop/addShopFollowUp', ['method' => 'post']], //新增商铺跟进记录
'addHouseVideo' => ['api_broker/Shop/addHouseVideo', ['method' => 'post']], //新增商铺视频
'houseVideoList' => ['api_broker/Shop/houseVideoList', ['method' => 'get']], //商铺视频列表
'checkVideo' => ['api_broker/Shop/checkVideo', ['method' => 'post']], //视频审核和删除
'reportList' => [ 'api_broker/Report/reportList', [ 'method' => 'get' ] ],
'getCheckType' => [ 'api_broker/Report/getCheckType', [ 'method' => 'get|post' ] ],
'reportListForPc' => [ 'api_broker/Report/reportListForPc', [ 'method' => 'get' ] ],
'orderDetail' => [ 'api_broker/OrderLog/orderDetail', [ 'method' => 'get|post' ] ],
'getShopList' => ['api_broker/Shop/getShopList', ['method' => 'get|post']],
'getShopListByReport' => ['api_broker/Shop/getShopListByReport', ['method' => 'get|post']],
'getShopListByMap' => ['api_broker/MapFindHouse/getShopListByMap', ['method' => 'get|post']],
'getCityInfoByMap' => ['api_broker/MapFindHouse/getCityInfoByMap', ['method' => 'get|post']],
'getShopDetail' => ['api_broker/Shop/getShopDetail', ['method' => 'get']],
'addShopFollowUp' => ['api_broker/Shop/addShopFollowUp', ['method' => 'post']], //新增商铺跟进记录
'addHouseVideo' => ['api_broker/Shop/addHouseVideo', ['method' => 'post']], //新增商铺视频
'houseVideoList' => ['api_broker/Shop/houseVideoList', ['method' => 'get']], //商铺视频列表
'checkVideo' => ['api_broker/Shop/checkVideo', ['method' => 'post']], //视频审核和删除
'reportList' => ['api_broker/Report/reportList', ['method' => 'get']],
'getCheckType' => ['api_broker/Report/getCheckType', ['method' => 'get|post']],
'reportListForPc' => ['api_broker/Report/reportListForPc', ['method' => 'get']],
'orderDetail' => ['api_broker/OrderLog/orderDetail', ['method' => 'get|post']],
'token' => ['api_broker/broker/token', ['method' => 'get']],
......@@ -742,7 +742,7 @@ Route::group('broker', [
'searchBargainListByOrderId' => ['api_broker/OrderLog/searchBargainListByOrderId', ['method' => 'get']],
'getListByHouseId' => ['api_broker/OrderLog/getListByHouseId', ['method' => 'get']],
'getListByHouseId' => ['api_broker/OrderLog/getListByHouseId', ['method' => 'get']],
'searchBargainAgents' => ['api_broker/OrderLog/searchBargainAgents', ['method' => 'get']],
'isBargainEnd' => ['api_broker/OrderLog/isBargainEnd', ['method' => 'get']],
......@@ -753,8 +753,8 @@ Route::group('broker', [
'center' => ['api_broker/MyCenter/center', ['method' => 'get|post']],
// 'houseEdit' => [ 'api_broker/shop/edit', [ 'method' => 'get|post' ] ], //编辑商铺
// 'houseEditV2' => [ 'api_broker/shop/editV2', [ 'method' => 'get|post' ] ], //编辑商铺
// 'houseEdit' => [ 'api_broker/shop/edit', [ 'method' => 'get|post' ] ], //编辑商铺
// 'houseEditV2' => [ 'api_broker/shop/editV2', [ 'method' => 'get|post' ] ], //编辑商铺
'houseEditV2' => ['api_broker/shop/edit', ['method' => 'get|post']], //编辑商铺
'getLabelsShopList' => ['api_broker/label/getLabelsShopList', ['method' => 'get']], //编辑商铺
'uploadHouseFile' => ['api_broker/shop/uploadHouseFile', ['method' => 'post']], //商铺上传文件
......@@ -792,7 +792,7 @@ Route::group('broker', [
//首页跟进记录
'userFollowUpList' => ['api_broker/HomePageLog/userFollowUpList', ['method' => 'post|get']],
'userFollowUpListV2' => ['api_broker/HomePageLog/userFollowUpListV2', ['method' => 'post|get']],
'userFollowUpListV2' => ['api_broker/HomePageLog/userFollowUpListV2', ['method' => 'post|get']],
'houseFollowUpList' => ['api_broker/HomePageLog/houseFollowUpList', ['method' => 'post']],
'housingResource' => ['api_broker/Performance/housingResource', ['method' => 'POST|GET']], //获取房源list
......@@ -837,79 +837,80 @@ Route::group('broker', [
'getCollectHouseList' => ['api_broker/CollectHouse/getCollectHouseList', ['method' => 'POST|GET']], //查询收藏数据
'saveSiteCity' => [ 'api_broker/Location/saveSiteCity', [ 'method' => 'POST|GET' ] ], //保存默认城市选择
'bargainMain' => [ 'api_broker/Bargain/bargainList', [ 'method' => 'POST|GET' ] ],
'bargainMainV2' => [ 'api_broker/Bargain/bargainListV2', [ 'method' => 'POST|GET' ] ],
'bargainListSearchBargainId' => [ 'api_broker/Bargain/bargainListSearchBargainId', [ 'method' => 'POST|GET' ] ],
'addUserCallAgent' => [ 'api_broker/CallAgent/addUserCallAgent', [ 'method' => 'POST|GET' ] ],//客户来电记录
'saveSiteCity' => ['api_broker/Location/saveSiteCity', ['method' => 'POST|GET']], //保存默认城市选择
'bargainMain' => ['api_broker/Bargain/bargainList', ['method' => 'POST|GET']],
'bargainMainV2' => ['api_broker/Bargain/bargainListV2', ['method' => 'POST|GET']],
'bargainListSearchBargainId' => ['api_broker/Bargain/bargainListSearchBargainId', ['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' ] ], //获取经纪人站点列表
'getPhoneBook' => [ 'api_broker/broker/getPhoneBook', [ 'method' => 'POST|GET' ] ], //消息页面--通讯录
'commentAndDeal' => [ 'api_broker/broker/commentAndDeal', [ 'method' => 'get' ] ],//获取当前经纪人的评价和交易列表
'addSpreadUser' => [ 'api_broker/SpreadUser/addSpreadUser', [ 'method' => 'POST|GET' ] ],
'getVolume' => [ 'api_broker/SpreadUser/getVolume', [ 'method' => 'POST|GET' ] ],
'getOurAppointment' => [ 'api_broker/AppointmentShop/getOurAppointment', [ 'method' => 'get' ] ],//我的客户预约
'addApplies' => [ 'api_broker/AppointmentShop/addApplies', [ 'method' => 'POST' ] ],//我的客户预约转为
'addFollow' => [ 'api_broker/AppointmentShop/addFollow', [ 'method' => 'POST' ] ],//我的客户跟进
'getHouseAddress' => [ 'api_broker/shop/getHouseAddress', [ 'method' => 'get' ] ], //搜索商铺地址
'getAgentSiteList' => ['api_broker/Site/getAgentSiteList', ['method' => 'POST|GET']], //获取经纪人站点列表
'getPhoneBook' => ['api_broker/broker/getPhoneBook', ['method' => 'POST|GET']], //消息页面--通讯录
'commentAndDeal' => ['api_broker/broker/commentAndDeal', ['method' => 'get']],//获取当前经纪人的评价和交易列表
'addSpreadUser' => ['api_broker/SpreadUser/addSpreadUser', ['method' => 'POST|GET']],
'getVolume' => ['api_broker/SpreadUser/getVolume', ['method' => 'POST|GET']],
'getOurAppointment' => ['api_broker/AppointmentShop/getOurAppointment', ['method' => 'get']],//我的客户预约
'addApplies' => ['api_broker/AppointmentShop/addApplies', ['method' => 'POST']],//我的客户预约转为
'addFollow' => ['api_broker/AppointmentShop/addFollow', ['method' => 'POST']],//我的客户跟进
'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' ] ],
'editExclusive' => [ 'api_broker/Shop/editExclusive', [ 'method' => 'get|post' ] ],
'getExclusive' => ['api_broker/Shop/getExclusive', ['method' => 'get|post']],
'editExclusive' => ['api_broker/Shop/editExclusive', ['method' => 'get|post']],
'getBeForNum' => ['api_broker/PayLog/getBeForNum', ['method' => 'get|post']],
'adjustment' => ['api_broker/PayLog/adjustment', ['method' => 'get|post']],
'getBeForNum' => ['api_broker/PayLog/getBeForNum', ['method' => 'get|post']],
'adjustment' => ['api_broker/PayLog/adjustment', ['method' => 'get|post']],
//原生客户详情
'getUserLabels' => [ 'api_broker/User/getUserLabels', [ 'method' => 'get|post' ] ],//获取电话跟进标签列表
'userDetail' => [ 'api_broker/User/userDetail', [ 'method' => 'get|post' ] ],//
'userLog' => [ 'api_broker/User/userLog', [ 'method' => 'get|post' ] ],//
'followUpLog' => [ 'api_broker/User/followUpLog', [ 'method' => 'get|post' ] ],//
'followUpLogNew' => [ 'api_broker/User/followUpLogNew', [ 'method' => 'get|post' ] ],//
'userDetailFull' => [ 'api_broker/User/userDetailFull', [ 'method' => 'get|post' ] ],//
'addUserBind' => [ 'api_broker/User/addUserBind', [ 'method' => 'get|post' ] ],
'removeUserBind' => [ 'api_broker/User/removeUserBind', [ 'method' => 'get|post' ] ],
'getUserLabels' => ['api_broker/User/getUserLabels', ['method' => 'get|post']],//获取电话跟进标签列表
'userDetail' => ['api_broker/User/userDetail', ['method' => 'get|post']],//
'userLog' => ['api_broker/User/userLog', ['method' => 'get|post']],//
'followUpLog' => ['api_broker/User/followUpLog', ['method' => 'get|post']],//
'followUpLogNew' => ['api_broker/User/followUpLogNew', ['method' => 'get|post']],//
'userDetailFull' => ['api_broker/User/userDetailFull', ['method' => 'get|post']],//
'addUserBind' => ['api_broker/User/addUserBind', ['method' => 'get|post']],
'removeUserBind' => ['api_broker/User/removeUserBind', ['method' => 'get|post']],
'dailyDetail' => ['api_broker/DailyPaper/dailyDetail', ['method' => 'get|post']],
'addDaily' => ['api_broker/DailyPaper/addDaily', ['method' => 'get|post']],
'commitCheck' => ['api_broker/DailyPaper/commitCheck', ['method' => 'get|post']],
'getPayLogImg' => ['api_broker/DailyPaper/getPayLogImg', ['method' => 'get|post']],
'dailyDetail' => ['api_broker/DailyPaper/dailyDetail', ['method' => 'get|post']],
'addDaily' => ['api_broker/DailyPaper/addDaily', ['method' => 'get|post']],
'commitCheck' => ['api_broker/DailyPaper/commitCheck', ['method' => 'get|post']],
'getPayLogImg' => ['api_broker/DailyPaper/getPayLogImg', ['method' => 'get|post']],
'getRandKingListByAgentId' => ['api_broker/RankingList/getRandKingListByAgentId', ['method' => 'GET|POST']],
'getStoreRandKingListByAgentId' => ['api_broker/RankingList/getStoreRandKingListByAgentId', ['method' => 'GET|POST']],
//开盘广场
'addSquare' => [ 'api_broker/Square/addSquare', [ 'method' => 'GET|POST' ] ],
'getSquareList' => [ 'api_broker/Square/getSquareList', [ 'method' => 'GET|POST' ] ],
'getSquareInfo' => [ 'api_broker/Square/getSquareInfo', [ 'method' => 'GET|POST' ] ],
'addComent' => [ 'api_broker/Square/addComment', [ 'method' => 'GET|POST' ] ],
'getSquareCommentList' => [ 'api_broker/Square/getSquareCommentList', [ 'method' => 'GET|POST' ] ],
'getCommenInfo' => [ 'api_broker/Square/getCommentInfo', [ 'method' => 'GET|POST' ] ],
'getSquareCommentExtList' => [ 'api_broker/Square/getSquareCommentExtList', [ 'method' => 'GET|POST' ] ],
'editCommenSort' => [ 'api_broker/Square/editCommenSort', [ 'method' => 'GET|POST' ] ],
'getDistrictLable' => [ 'api_broker/Square/getDistrictLable', [ 'method' => 'GET|POST' ] ],
'delSquare' => [ 'api_broker/Square/delSquare', [ 'method' => 'GET|POST' ] ],
'getSquareSortList' => [ 'api_broker/Square/getSquareSortList', [ 'method' => 'GET|POST' ] ],
'getAgentDistrictId' => [ 'api_broker/Broker/getAgentDistrictId', [ 'method' => 'GET|POST' ] ],
'getOpenList' => [ 'api_broker/PayLogOpen/getOpenList', [ 'method' => 'GET|POST' ] ],
'addSquare' => ['api_broker/Square/addSquare', ['method' => 'GET|POST']],
'getSquareList' => ['api_broker/Square/getSquareList', ['method' => 'GET|POST']],
'getSquareInfo' => ['api_broker/Square/getSquareInfo', ['method' => 'GET|POST']],
'addComent' => ['api_broker/Square/addComment', ['method' => 'GET|POST']],
'getSquareCommentList' => ['api_broker/Square/getSquareCommentList', ['method' => 'GET|POST']],
'getCommenInfo' => ['api_broker/Square/getCommentInfo', ['method' => 'GET|POST']],
'getSquareCommentExtList' => ['api_broker/Square/getSquareCommentExtList', ['method' => 'GET|POST']],
'editCommenSort' => ['api_broker/Square/editCommenSort', ['method' => 'GET|POST']],
'getDistrictLable' => ['api_broker/Square/getDistrictLable', ['method' => 'GET|POST']],
'delSquare' => ['api_broker/Square/delSquare', ['method' => 'GET|POST']],
'getSquareSortList' => ['api_broker/Square/getSquareSortList', ['method' => 'GET|POST']],
'getAgentDistrictId' => ['api_broker/Broker/getAgentDistrictId', ['method' => 'GET|POST']],
'getOpenList' => ['api_broker/PayLogOpen/getOpenList', ['method' => 'GET|POST']],
'openCheck' => ['api_broker/PayLogOpen/openCheck', ['method' => 'GET|POST']],
]);
Route::group('search', [
'search' => ['search/Search/search', ['method' => 'get|post']],
]);
'search' => ['search/Search/search', ['method' => 'get|post']],
]);
//Route::miss('api/index/miss');//处理错误的url
\ No newline at end of file
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