Browse Source

会员升级

Kirin 1 year ago
parent
commit
753893328a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/api/v1/PublicController.php

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

@@ -66,7 +66,7 @@ class PublicController extends BaseController
         foreach ($fee as $v) {
             $fees[$v['month_number']] = (string)$v['fee'];
         }
-        ksort($fees, SORT_DESC);
+        krsort($fees);
         $sum_money = 0;
         $money = 800000;
         $extract_fee = 0;