Showing
1 changed file
with
1 additions
and
1 deletions
@@ -316,6 +316,6 @@ class ReturnsData | @@ -316,6 +316,6 @@ class ReturnsData | ||
316 | $param['type'] = $type; | 316 | $param['type'] = $type; |
317 | $param['client_secret'] = Sign::getSign($param); | 317 | $param['client_secret'] = Sign::getSign($param); |
318 | 318 | ||
319 | - return Yohobuy::post('http://192.168.102.205:8080/gateway', $param); | 319 | + return Yohobuy::post(Yohobuy::API_URL, $param); |
320 | } | 320 | } |
321 | } | 321 | } |
-
Please register or login to post a comment