From dca907d5ab78437584ed00d9678692c137ceed6a Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Sun, 9 Oct 2022 13:38:25 +0800 Subject: [PATCH] Update module --- .../index.zh-cn.md | 39 +++++++++++++++++++ themes/hugo-theme-stack | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 content/post/99455d013c92431292893df1fbf22cd1/index.zh-cn.md diff --git a/content/post/99455d013c92431292893df1fbf22cd1/index.zh-cn.md b/content/post/99455d013c92431292893df1fbf22cd1/index.zh-cn.md new file mode 100644 index 0000000..293c1db --- /dev/null +++ b/content/post/99455d013c92431292893df1fbf22cd1/index.zh-cn.md @@ -0,0 +1,39 @@ ++++ +author = "FlintyLemming" +title = "Apple Transit 金陵通交通卡开发票" +slug = "99455d013c92431292893df1fbf22cd1" +date = "2022-08-01" +description = "" +categories = ["Lifestyle"] +tags = ["Apple Transit"] +image = "https://img.mitsea.com/blog/posts/2022/08/Apple%20Transit%20%E9%87%91%E9%99%B5%E9%80%9A%E4%BA%A4%E9%80%9A%E5%8D%A1%E5%BC%80%E5%8F%91%E7%A5%A8/title.jpg?x-oss-process=style/ImageCompress" ++++ + +在 南京市民卡 App 里找半天没找到,后来发现是在微信小程序里… + +先要获取卡号,然后查询一条充值记录,最后到小程序里开发票 + +# 获取卡号 + +1. 打开 Wallet App,点开金陵通交通卡 +2. 点击右上角的三个点 - 查看卡号 + + ![](https://img.mitsea.com/blog/posts/2022/08/Apple%20Transit%20%E9%87%91%E9%99%B5%E9%80%9A%E4%BA%A4%E9%80%9A%E5%8D%A1%E5%BC%80%E5%8F%91%E7%A5%A8/1.png?x-oss-process=style/ImageCompress) + +3. 拷贝卡号 + +# 查询一条充值记录 + +回到金陵通交通卡页面,往下翻看交易记录,找到一条充值记录,记下时间和金额 + +# 在小程序里开发票 + +1. 找到 南京市民卡 小程序 +2. 点击 电子发票 - NFC交通卡开票 +3. 这里要求输入一条充值记录,把刚才查到的信息填进去,点击立即验证 +4. 这里就可以选择交易记录开票了 + + ![](https://img.mitsea.com/blog/posts/2022/08/Apple%20Transit%20%E9%87%91%E9%99%B5%E9%80%9A%E4%BA%A4%E9%80%9A%E5%8D%A1%E5%BC%80%E5%8F%91%E7%A5%A8/2.png?x-oss-process=style/ImageCompress) + +> Photo by [Ant Rozetsky](https://unsplash.com/@rozetsky?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/bus?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) + \ No newline at end of file diff --git a/themes/hugo-theme-stack b/themes/hugo-theme-stack index 44d1f1c..7009ceb 160000 --- a/themes/hugo-theme-stack +++ b/themes/hugo-theme-stack @@ -1 +1 @@ -Subproject commit 44d1f1c5b9f8dad7c97fb26911bb207838cbdb5e +Subproject commit 7009cebdb9532b2a64128fb5e14a0941c3cbeb67