|
|
@@ -39,6 +39,9 @@ Route::group(['prefix' => 'api'], function () {
|
|
|
Route::get('GetCharItem/{table}/{char_item_id}', 'CharController@GetCharItem');
|
|
|
Route::post('UpdateCharItem/{table}/{char_item_id}', 'CharController@UpdateCharItem');
|
|
|
|
|
|
+ // Получение RecId предметов из CashShopAll
|
|
|
+ Route::get('getItemsDetails', 'Cash\CashShopController@getItemsDetails');
|
|
|
+
|
|
|
// Получение и обновление квеста по char_id и RecId, {table?} — опционально, по умолчанию CharQuest
|
|
|
Route::get('GetCharQuest/{char_id}/{rec_id}/{table?}', 'CharController@GetCharQuest');
|
|
|
Route::post('UpdateCharQuest/{char_id}/{rec_id}/{table?}', 'CharController@UpdateCharQuest');
|