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