function getCustomCoupons(){ var coupon_ids_js = document.getElementById("coupon-id-lists").textContent; if(null){ return Promise.all([fetch('/api/discount-coupon/coupons?ids[]=362489029205177460&ids[]=362489470001350471&ids[]=362489909707016007&ids[]=362490320438429511&ids[]=362490830721648455&ids[]=362491439847847028'),fetch('/api/discount-coupon/coupons/received/count',{ method: 'POST', credentials: 'same-origin', body: coupon_ids_js })]).then((res) => { return Promise.all([res[0].json(),res[1].json()]) }).then((data) => { return data; }); }else{ return Promise.all([fetch('/api/discount-coupon/coupons?ids[]=362489029205177460&ids[]=362489470001350471&ids[]=362489909707016007&ids[]=362490320438429511&ids[]=362490830721648455&ids[]=362491439847847028')]).then((res) => { return Promise.all([res[0].json()]) }).then((data) => { return data; }); } } exportFunction('getCustomCoupons',getCustomCoupons);
Wie man Gutscheine erhält:
Unregistriert - Sie können ihn nach der Registrierung erhalten;
Registriert - klicken Sie auf die Coupon-Boje nach dem Einloggen oder erhalten Sie den Coupon auf der Coupon-Seite

Verwenden Sie den Gutschein an der Kasse.

Empfehlen