Skip to content

Commit b99a4de

Browse files
committed
优化调试
优化调试
1 parent 3740f8f commit b99a4de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

application/api/controller/Send.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
trait Send
88
{
9-
109
/**
1110
* 返回成功
1211
*/

application/api/controller/v1/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function index()
3030
ValidataCommon::validateCheck(['lng' => 'require', 'lat' => 'require'], $this->request->param('')); //参数验证
3131
//通用分页
3232
list($page, $size) = Page::getPage($this->request->param(''));
33-
dump($this->uid);
33+
echo($this->uid);
3434
}
3535

3636
/**

0 commit comments

Comments
 (0)