We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3740f8f commit b99a4deCopy full SHA for b99a4de
application/api/controller/Send.php
@@ -6,7 +6,6 @@
6
7
trait Send
8
{
9
-
10
/**
11
* 返回成功
12
*/
application/api/controller/v1/User.php
@@ -30,7 +30,7 @@ public function index()
30
ValidataCommon::validateCheck(['lng' => 'require', 'lat' => 'require'], $this->request->param('')); //参数验证
31
//通用分页
32
list($page, $size) = Page::getPage($this->request->param(''));
33
- dump($this->uid);
+ echo($this->uid);
34
}
35
36
0 commit comments