Kirin %!s(int64=2) %!d(string=hai) anos
pai
achega
9fbf55acb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      route/admin.php

+ 1 - 1
route/admin.php

@@ -683,7 +683,7 @@ Route::group('adminapi', function () {
         //提现审核
         Route::post('extract/order/:id', 'v1.finance.UserExtract/changeOrderStatusForm')->option(['real_name' => '提现审核表单']);
         Route::put('extract/order/:id', 'v1.finance.UserExtract/changeOrderStatus')->option(['real_name' => '提现审核']);
-        Route::put('integral/set_rate', 'v1.finance.Finance/setAwardIntegral')->option(['real_name' => '同步倍数']);
+        Route::post('integral/set_rate', 'v1.finance.Finance/setAwardIntegral')->option(['real_name' => '同步倍数']);
 
 
         //充值记录列表