Update coupang.api.php

This commit is contained in:
Namhyeon Go 2021-05-22 05:29:55 +09:00 committed by GitHub
parent 0c28b5b59f
commit 875d9b0af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,8 @@ if(!is_fn("coupang_search_items")) {
"Authorization" => coupang_get_signature("GET", $path, $ACCESS_KEY, $SECRET_KEY),
"data" => array(
"keyword" => $keyword,
"limit" => 20,
//"subId" => ""
//"limit" => 20, // default is 20
//"subId" => "" // default is null
)
)
));