Authored by 周少峰

change order api

... ... @@ -428,8 +428,8 @@ class CartData
}
$param['remark'] = $remark;
$param['client_secret'] = Sign::getSign($param);
return Yohobuy::get(Yohobuy::API_URL, $param, false, false, 10, $userAgent);
// return Yohobuy::get(Yohobuy::API_URL, $param, false, false, 10, $userAgent);
return Yohobuy::get('http://devapi.yoho.cn:58078', $param, false, false, 10, $userAgent);
}
/**
... ...
... ... @@ -623,7 +623,7 @@
.receipt-info-container {
position: fixed;
top: 200px;
top: 5%;
left: 0;
right: 0;
width: 700px;
... ...