39 lines
1.7 KiB
Markdown
39 lines
1.7 KiB
Markdown
+++
|
||
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)
|
||
|