
如题,如何在 iOS 上,通过捷径快速调用随申办市民云 app 中的健康码?
1 mxT52CRuqR6o5 2021-02-22 23:25:10 +08:00 via Android alipays://platformapi/startapp?page=pages/my-station-type/my-station-type&appId=2019072665939857 可以用上面的链接做支付宝小程序健康码的捷径(安卓可以用 tasker) 我安卓这边实际体验是,操作倒是只需要一步,打开码的速度比 app 慢很多,不清楚 iphone 上会差多少 |
2 hanliu 2021-02-22 23:43:45 +08:00 via iPhone 知乎文章可行:iPhone 如何轻拍背面两下快速打开「健康码」? |
3 renmu123 2021-02-22 23:44:05 +08:00 via Android 截图( |
4 1350943277 2021-02-23 00:18:53 +08:00 []( https://imgchr.com/i/ybeaI1) alipays://platformapi/startapp?appId=2019072665939857&page=pages/my-station-type/my-station-type |
5 fx777 2021-02-23 09:27:46 +08:00 随申办市民云 有没有 小程序版本的? 我这倒是 弄好了,从快捷指令 直接跳转到 北京健康宝小程序的健康码页面,其他小程序同理。 App 的话,主要得看 App 本身支不支持那个页面的 URLscheme,如果不提供的话,好像没办法,我之前研究跳转到云闪付的乘车码,始终搞不定 |
6 terryl OP 多谢各位的建议。 我想尝试找随申办市民云的 URLscheme,好像有很多 string,应该用 shiminyun 就可以了吧。 <key>CFBundleURLTypes</key&t; <array> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLName</key> <string>com.mobi.wonders.apps.shiminyun</string> <key>CFBundleURLSchemes</key> <array> <string>wx71b9687b6b6b0558</string> <string>wxf5a4d28c2e7a377f</string> <string>wb155699732</string> <string>mobi.w3studio.apps.ios.shsm</string> <string>shiminyun</string> <string>wxa35e40fad0759ae0</string> <string>wxf2af8b191f71788b</string> <string>shaismy</string> <string>shiminyunpay</string> </array> </dict> <dict> <key>CFBundleTypeRole</key> <string>Editor</string> <key>CFBundleURLSchemes</key> <array> <string>wx66f78552738ad25e</string> </array> </dict> </array> |
7 terryl OP 抓了个包看到链接地址,应该这样就可以直接调用随申办市民云内的健康码了,不需要通过微信或者支付宝绕一圈: shiminyun://tttps://suishenmafront1.sh.gov.cn:443 |
8 terryl OP 链接不对,也不是 https 的问题。 |
9 Macolor21 2021-02-28 02:15:34 +08:00 via iPhone 我用的是国家政务平台那个健康码,alipayqr://platformapi/startapp?saId=2019011763060066 。url 填这个,然后 safari 打开 url,就行了。 |
10 rek103 2021-08-20 08:14:44 +08:00 via iPhone shaismy://platformapi/startapp?code=SUISHENMA |
13 kmvvv 2022-06-02 07:48:51 +08:00 via iPhone @reker shaismy://platformapi/startapp?code=SCANCODE |
14 lionelliu2000 2022-06-05 00:36:35 +08:00 @kmvvv 大佬请问有核酸码的 scheme 嘛?感谢 |
15 Nchyn 2022-06-07 00:03:16 +08:00 |
16 xhsmile 2022-06-28 14:35:38 +08:00 @lionelliu2000 随申码 shaismy://platformapi/startapp?code=SUISHENMA 扫一扫 shaismy://platformapi/startapp?code=SCANCODE 核酸查询 shaismy://platformapi/startapp?code=HSJC 核酸码 shaismy://platformapi/startapp?code=HSM 核酸采样点 shaismy://platformapi/startapp?code=HSJCD |
17 zhaochenyong 2022-07-14 18:51:47 +08:00 via iPhone @xhsmile 要是能把指定场所码传给 SCANCODE 就好了 |
18 xhsmile 2022-12-01 15:00:28 +08:00 @zhaochenyong 这不太可能,URLscheme 是 iOS 上搞出来的,毕竟还要考虑 Android 用户,只能用 http |