zz 6 年之前
父节点
当前提交
1230632615
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Http/Routes/Wap/WapRoutes.php

+ 2 - 2
app/Http/Routes/Wap/WapRoutes.php

@@ -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');
         //分享签名