|
@@ -181,8 +181,8 @@ Route::group(['domain'=>env('WAP_DOMAIN'),'namespace'=>'App\Http\Controllers\Wap
|
|
|
Route::get('chapter/getComment','Book\ChapterController@getChapterComment');
|
|
|
|
|
|
//书籍送礼
|
|
|
- Route::get('gift/getGiftsList','Book\BooksGiftController@getAllGifts');
|
|
|
- Route::post('gift/sendGifts','Book\BooksGiftController@sendGifts');
|
|
|
+ Route::get('gift/getGiftsList','Book\BooksGiftController@getAllGiftsV2');
|
|
|
+ Route::post('gift/sendGifts','Book\BooksGiftController@sendGiftsV2');
|
|
|
Route::get('gift/getUserSendGiftsRecord','Book\BooksGiftController@getUserSendGiftsRecordV2');
|
|
|
Route::get('gift/getUserGiftsConsumeRecord','Book\BooksGiftController@getSendGiftsForConsumeRecord');
|
|
|
//分享签名
|