Skip to content

Commit

Permalink
fix 大小写
Browse files Browse the repository at this point in the history
  • Loading branch information
rxrw committed Jun 10, 2020
1 parent 02550a3 commit 1f9e0b8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 156 deletions.
2 changes: 1 addition & 1 deletion src/Gateways/Autograsp/AutograspGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Reprover\Amap\Gateways\Gateway;
use Reprover\Amap\Results\AutoGraspResult;

class AutoGraspGateway extends Gateway
class AutograspGateway extends Gateway
{

protected $uri="http://restapi.amap.com/v3/autograsp";
Expand Down
2 changes: 1 addition & 1 deletion src/Gateways/Inputtips/InputtipsGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Reprover\Amap\Gateways\Gateway;
use Reprover\Amap\Results\InputTipsResult;

class InputTipsGateway extends Gateway
class InputtipsGateway extends Gateway
{

protected $uri = "http://restapi.amap.com/v3/assistant/inputtips";
Expand Down
40 changes: 0 additions & 40 deletions src/Gateways/Staticmaps/StaticMapsGateway.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use Reprover\Amap\Gateways\Gateway;

class StaticMapsGateway extends Gateway
class StaticmapsGateway extends Gateway
{

protected $uri="http://restapi.amap.com/v3/staticmap";
Expand Down
38 changes: 0 additions & 38 deletions src/Gateways/TrafficStatus/CircleGateway.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/Gateways/TrafficStatus/RectangleGateway.php

This file was deleted.

38 changes: 0 additions & 38 deletions src/Gateways/TrafficStatus/RoadGateway.php

This file was deleted.

0 comments on commit 1f9e0b8

Please sign in to comment.