🆕 #2281【小程序】增加小程序加密网络通道支持

This commit is contained in:
pg
2021-09-07 22:44:03 +08:00
committed by GitHub
parent f7f2121fca
commit 3c267bbe61
8 changed files with 223 additions and 0 deletions

View File

@@ -388,4 +388,8 @@ public class WxMaApiUrlConstants {
*/
String UPDATE_STATUS_BATCH = "https://api.weixin.qq.com/card/invoice/reimburse/updatestatusbatch";
}
public interface Internet{
String GET_USER_ENCRYPT_KEY = "https://api.weixin.qq.com/wxa/business/getuserencryptkey";
}
}