mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2755 【小程序】增加小程序云开发短信接口
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user