async (ctx) => { const shop = ctx.query.shop; let documentQuery = { shop: shop }; let data = await SessionStorage.findOne(documentQuery) ...
確定! 回上一頁