add
This commit is contained in:
Vendored
+3
-6
@@ -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"]))
|
||||
|
||||
/***/ })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user