增加腾讯云推送

This commit is contained in:
2025-08-11 09:13:20 +08:00
parent 6eed13b07d
commit 5291e774ad
4 changed files with 87 additions and 23 deletions

View File

@@ -56,7 +56,8 @@ public class BindSnController {
try {
String randomString = RandomStringUtils.randomAlphanumeric(32);
PushUtils.aliyunAsyncPush(randomString, userPhone, sn);
// PushUtils.aliyunAsyncPush(randomString, userPhone, sn);
PushUtils.tpnsPush(randomString, userPhone, sn);
return Result.ok().message("send message success");
} catch (Exception e) {
e.printStackTrace();