mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2281【小程序】增加小程序加密网络通道支持
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user