function getCustomCoupons(){ var coupon_ids_js = document.getElementById("coupon-id-lists").textContent; if(null){ return Promise.all([fetch('/api/discount-coupon/coupons?ids[]=420090572766712273&ids[]=420091129883536749&ids[]=420091433408532945&ids[]=420091720999382381&ids[]=420092019440889197'),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[]=420090572766712273&ids[]=420091129883536749&ids[]=420091433408532945&ids[]=420091720999382381&ids[]=420092019440889197')]).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.