This commit is contained in:
2022-07-21 07:52:14 +00:00
parent 51b34b0e1d
commit 62966d1eda
26 changed files with 1288 additions and 1221 deletions
+3 -6
View File
@@ -1,4 +1,4 @@
exports.ids = [1];
exports.ids = [2];
exports.modules = {
/***/ 86:
@@ -16,10 +16,7 @@ __webpack_require__.r(__webpack_exports__);
redirect
}) {
const url = new URL(req.url, `https://${req.headers.host}`);
const uid = url.searchParams.get('LINEUserID') || ''; //const veify_checked = url.searchParams.get('Veify_Checked')
//console.log(veify_checked)
console.log(uid);
const uid = url.searchParams.get('LINEUserID') || '';
const response = await $axios.get(ENDPOINT, {
params: {
LINEUserID: uid
@@ -30,7 +27,7 @@ __webpack_require__.r(__webpack_exports__);
}
});
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(51)["URL"]))
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(50)["URL"]))
/***/ })