Commit 6df13096 authored by hujun's avatar hujun

PC后台隐私号码路由

parent d0311ec4
......@@ -140,6 +140,8 @@ Route::group('index', [
//数据统计
'RemarkFollowIndex'=>['index/Remark/RemarkFollowIndex',['method'=>'get']],//跟进列表主界面
'RemarkFollowList'=>['index/Remark/RemarkFollowList',['method'=>'get']],//跟进列表【接口】
'phone_list'=>['index/Phone/index',['method'=>'get']],//隐私号码列表
'bindPhoneList'=>['index/Phone/bindPhoneList',['method'=>'get']],//绑定的隐私号码列表
]);
......
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