Jelajahi Sumber

配置代理

陈德本 5 tahun lalu
induk
melakukan
247940d3dc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      App/Api/Controller/ReceivedSms.php

+ 1 - 1
App/Api/Controller/ReceivedSms.php

@@ -32,8 +32,8 @@ class ReceivedSms extends RestfulController
                     'time' => $arr[1]
                 ];
             }
-
         }
+        $result=array_reverse($result);
         $this->showSuccess($result);
     }