function getCustomCoupons(){ var coupon_ids_js = document.getElementById("coupon-id-lists").textContent; if(null){ return Promise.all([fetch('/api/discount-coupon/coupons?ids[]=374769261408686031&ids[]=374787122940350415&ids[]=376926779408912335&ids[]=374815620916577798&ids[]=374816405721190351&ids[]=374818961071542223'),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[]=374769261408686031&ids[]=374787122940350415&ids[]=376926779408912335&ids[]=374815620916577798&ids[]=374816405721190351&ids[]=374818961071542223')]).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