diff --git a/src/router/hi.ts b/src/router/hi.ts old mode 100755 new mode 100644 index 2ea96af..6273d24 --- a/src/router/hi.ts +++ b/src/router/hi.ts @@ -1,7 +1,7 @@ import { endpoint, headers, Result } from '../utils'; export default async function hi(id: number): Promise { - const body = `voucherPricePoint.id=48160&voucherPricePoint.price=16500&voucherPricePoint.variablePrice=0&user.userId=${id}&user.zoneId=&voucherTypeName=HONKAI_IMPACT&shopLang=id_ID`; + const body = `voucherPricePoint.id=48250&voucherPricePoint.price=16500&voucherPricePoint.variablePrice=0&user.userId=${id}&user.zoneId=&voucherTypeName=HONKAI_IMPACT&shopLang=id_ID`; const response = await fetch(endpoint, { method: 'POST', headers, diff --git a/src/router/pgr.ts b/src/router/pgr.ts old mode 100755 new mode 100644 index 4e56407..a835f4f --- a/src/router/pgr.ts +++ b/src/router/pgr.ts @@ -22,7 +22,7 @@ export default async function pgr(id: number, zone: string): Promise { message: 'Bad request', }; } - const body = `voucherPricePoint.id=259947&voucherPricePoint.price=15136&voucherPricePoint.variablePrice=0&user.userId=${id}&user.zoneId=${sv}&voucherTypeName=PUNISHING_GRAY_RAVEN&shopLang=id_ID`; + const body = `voucherPricePoint.id=259947&voucherPricePoint.price=15000&voucherPricePoint.variablePrice=0&user.userId=${id}&user.zoneId=${sv}&voucherTypeName=PUNISHING_GRAY_RAVEN&shopLang=id_ID`; const response = await fetch(endpoint, { method: 'POST', headers,