This commit is contained in:
邹宗楠
2024-12-13 17:00:58 +08:00
parent 77e30e583b
commit 5fa49d0b98
7 changed files with 38 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ func init() {
func TestCoordinateChange(t *testing.T) {
result, err := tencent.TencentCoordinateChange(&TencentCoordinateChangeReq{
Locations: "34.260369,117.138444",
Type: CoordinateChangeTypeGaoDe,
Type: CoordinateChangeTypeGPS,
//Output: "json",
})