Kirin %!s(int64=3) %!d(string=hai) anos
pai
achega
6f43d43160
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      route/api/route.php

+ 1 - 0
route/api/route.php

@@ -58,6 +58,7 @@ Route::group(function () {
     Route::post('switch_h5', 'AuthController/switch_h5')->name('switch_h5');// 切换账号
     Route::post('binding', 'AuthController/binding_phone')->name('bindingPhone');// 绑定手机号
     Route::post('trade', 'user.UserController/tradeIntegral')->name('tradeIntegral');// 积分转帐
+    Route::post('yue/trade', 'user.UserController/tradeYue')->name('tradeYue');// 积分转帐
     Route::post('game/join', 'activity.GameController/join')->name('joinGame');// 参加游戏
     Route::get('game/last', 'activity.GameController/lastGame')->name('lastGame');// 参加游戏
     Route::get('game', 'activity.GameController/index')->name('index');// 参加游戏