作者 黄超

Merge branch 'master' of 47.108.67.251:lubenwei/wyc.tenyes.cn

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
@@ -1747,4 +1747,7 @@ class Car extends Base @@ -1747,4 +1747,7 @@ class Car extends Base
1747 } 1747 }
1748 $this->success('查询用户信息成功',$return_data); 1748 $this->success('查询用户信息成功',$return_data);
1749 } 1749 }
  1750 +
  1751 + public function test(){
  1752 + }
1750 } 1753 }