Browse Source

配置代理

陈德本 5 năm trước cách đây
mục cha
commit
247940d3dc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     }