Authored by xiaowei

修改接口配置

@@ -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 }