@@ -485,6 +485,7 @@ async function getShopItem(sessionId, itemId, token, deviceId, province, city, z
headers: headers,
body: body
};
+ lk.log(url);
lk.get(options, async (error, _response, data) => {
let ret;
try {