소스 검색

会员升级

Kirin 1 년 전
부모
커밋
0877abf344
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/api/v1/PublicController.php

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -67,7 +67,7 @@ class PublicController extends BaseController
             $fees[$v['month_number']] = (string)$v['fee'];
         }
         krsort($fees);
-        $sum_money = 10000;
+        $sum_money = 30000;
         $money = 80000;
         $extract_fee = 0;
         $max = PHP_INT_MAX;