택배 조회 URL 및 일부 코드 수정

This commit is contained in:
thisgun
2019-05-29 14:31:17 +09:00
parent e118090634
commit 37c3bca5b5
3 changed files with 3 additions and 2 deletions

View File

@ -41,6 +41,7 @@ do {
if($j > 20)
die(json_encode(array('error' => 'Coupon ID Error')));
}
$j++;
} while(1);
$cp = array_map('addslashes', $cp);