Authored by yangyang

接口调整到测试环境

... ... @@ -43,7 +43,7 @@ class ActivityData
$param['coupon_id'] = $couponId;
$param['client_secret'] = Sign::getSign($param);
return Yohobuy::get('http://192.168.102.205:8080/gateway', $param);
return Yohobuy::get(Yohobuy::API_URL, $param);
}
/**
... ...