|
@@ -32,12 +32,14 @@ Route::group('pub', function () {
|
|
|
Route::rule('getServiceLabelList','Pub/getServiceLabelList');
|
|
Route::rule('getServiceLabelList','Pub/getServiceLabelList');
|
|
|
//获取其他用户名片详情
|
|
//获取其他用户名片详情
|
|
|
Route::rule('getCommonUserCardInfo','Pub/getCommonUserCardInfo');
|
|
Route::rule('getCommonUserCardInfo','Pub/getCommonUserCardInfo');
|
|
|
- // 获取名片浏览量排行榜
|
|
|
|
|
|
|
+ //获取名片浏览量排行榜
|
|
|
Route::rule('getCardLookCountRank', 'Pub/getCardLookCountRank');
|
|
Route::rule('getCardLookCountRank', 'Pub/getCardLookCountRank');
|
|
|
//获取分享信息
|
|
//获取分享信息
|
|
|
Route::rule('getShareInfo','Pub/getShareInfo');
|
|
Route::rule('getShareInfo','Pub/getShareInfo');
|
|
|
//获取精选列表
|
|
//获取精选列表
|
|
|
Route::rule('getWorkerList','Pub/getWorkerList');
|
|
Route::rule('getWorkerList','Pub/getWorkerList');
|
|
|
|
|
+ //获取文章详情
|
|
|
|
|
+ Route::rule('getArtDetail','pub/getArtDetail');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|