...
|
...
|
@@ -316,6 +316,6 @@ class ReturnsData |
|
|
$param['type'] = $type;
|
|
|
$param['client_secret'] = Sign::getSign($param);
|
|
|
|
|
|
return Yohobuy::post('http://192.168.102.205:8080/gateway', $param);
|
|
|
return Yohobuy::post(yohobuy::API_URL, $param);
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|