Showing
1 changed file
with
1 additions
and
1 deletions
@@ -166,7 +166,7 @@ class PlusstarData | @@ -166,7 +166,7 @@ class PlusstarData | ||
166 | $param = Yohobuy::param(); | 166 | $param = Yohobuy::param(); |
167 | $param['id'] = $id; | 167 | $param['id'] = $id; |
168 | $param['client_secret'] = Sign::getSign($param); | 168 | $param['client_secret'] = Sign::getSign($param); |
169 | - $brandInfo = Yohobuy::get(Yohobuy::DEV_SERVICE_URL . self::URI_BRANDINFO_PLUSSTAR_NEW . 'getbrandinfo', $param, 3600); | 169 | + $brandInfo = Yohobuy::get(Yohobuy::SERVICE_URL . self::URI_BRANDINFO_PLUSSTAR_NEW . 'getbrandinfo', $param, 3600); |
170 | // file_put_contents('../../../../../../Desktop/app/n/getbrandinfo.txt', var_export($brandInfo, true)); | 170 | // file_put_contents('../../../../../../Desktop/app/n/getbrandinfo.txt', var_export($brandInfo, true)); |
171 | 171 | ||
172 | if (!isset($brandInfo['data']['brand_id'])) { | 172 | if (!isset($brandInfo['data']['brand_id'])) { |
-
Please register or login to post a comment