소스 검색

HTのAPI 新レイアウト対応

develop
sosuke.iwabuchi 2 년 전
부모
커밋
e7be52e9c2
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      app/Util/Custom/HelloTechno/API.php

+ 1
- 2
app/Util/Custom/HelloTechno/API.php 파일 보기

@@ -77,8 +77,7 @@ class API

private static function getParkingsUrl()
{
// $condition = [static::getHost(), static::URL_PARKINGS];
$condition = [static::getHost(), static::URL_PARKINGS, "9990"];
$condition = [static::getHost(), static::URL_PARKINGS];
return implode('/', $condition);
}



Loading…
취소
저장