reco added
This commit is contained in:
@@ -25,6 +25,14 @@
|
|||||||
*/
|
*/
|
||||||
long sendOffersRecommendation( CVars in, CVars &out);
|
long sendOffersRecommendation( CVars in, CVars &out);
|
||||||
long sendCouponRecommendation( CVars in, CVars &out);
|
long sendCouponRecommendation( CVars in, CVars &out);
|
||||||
|
long RecoCheckOffers( CVars in, CVars &out );
|
||||||
|
long RecoCheckFamilyLogin( CVars in, CVars &out );
|
||||||
|
long RecoCheckFamilyCount( CVars in, CVars &out );
|
||||||
|
long RecoCheckCoupons( CVars in, CVars &out );
|
||||||
|
long RecoCheckTaskDue( CVars in, CVars &out );
|
||||||
|
long RecoCheckBlog( CVars in, CVars &out );
|
||||||
|
|
||||||
|
|
||||||
long recommendation_engine(long action , CVars in, CVars &out) {
|
long recommendation_engine(long action , CVars in, CVars &out) {
|
||||||
try{
|
try{
|
||||||
|
|
||||||
@@ -98,6 +106,38 @@ out["total_record"] = total_offers;
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
long RecoCheckOffers( CVars in, CVars &out ){
|
||||||
|
long ret = PHP_API_BAD_PARAM;
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
long RecoCheckFamilyLogin( CVars in, CVars &out ){
|
||||||
|
long ret = PHP_API_BAD_PARAM;
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
long RecoCheckFamilyCount( CVars in, CVars &out ){
|
||||||
|
long ret = PHP_API_BAD_PARAM;
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
long RecoCheckCoupons( CVars in, CVars &out ){
|
||||||
|
long ret = PHP_API_BAD_PARAM;
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
long RecoCheckTaskDue( CVars in, CVars &out ){
|
||||||
|
long ret = PHP_API_BAD_PARAM;
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
long RecoCheckBlog( CVars in, CVars &out ){
|
||||||
|
long ret = PHP_API_BAD_PARAM;
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
long sendOffersRecommendation( CVars in, CVars &out){
|
long sendOffersRecommendation( CVars in, CVars &out){
|
||||||
|
|
||||||
try{
|
try{
|
||||||
|
|||||||
Reference in New Issue
Block a user