🆕 #2755 【小程序】增加小程序云开发短信接口

This commit is contained in:
liming1019
2022-07-26 21:40:49 +08:00
committed by GitHub
parent 5a2607787f
commit b550806956
6 changed files with 124 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ public class WxMaApiUrlConstants {
String DATABASE_UPDATE_URL = "https://api.weixin.qq.com/tcb/databaseupdate";
String DATABASE_DELETE_URL = "https://api.weixin.qq.com/tcb/databasedelete";
String DATABASE_ADD_URL = "https://api.weixin.qq.com/tcb/databaseadd";
String SEND_SMS_V2_URL = "https://api.weixin.qq.com/tcb/sendsmsv2";
}
public interface Msg {