소스 검색

配置代理

陈德本 5 년 전
부모
커밋
247940d3dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
     }