🆕 【小程序】添加获取 NFC 的小程序 scheme 接口

This commit is contained in:
四叶草
2023-07-31 02:42:52 +00:00
committed by Binary Wang
parent 38ac8e4698
commit 6646b064b8
3 changed files with 35 additions and 2 deletions

View File

@@ -339,6 +339,7 @@ public class WxMaApiUrlConstants {
public interface Scheme {
String GENERATE_SCHEME_URL = "https://api.weixin.qq.com/wxa/generatescheme";
String GENERATE_NFC_SCHEME_URL = "https://api.weixin.qq.com/wxa/generatenfcscheme";
}
public interface Link {