linhw 2024-06-14 10:51:36 +08:00
parent c027bddd43
commit 3e1fc8a46b
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ public class SendNoteUtil {
public String sendNoteMessgae(String PhoneNumber) {
Random random = new Random();
String randomNumber = String.valueOf(random.nextInt(9000) + 1000);
if ("18000000000".equals(PhoneNumber)) {
randomNumber = "1234";
}
CommonRequest request = new CommonRequest();
//request.setSysProtocol(ProtocolType.HTTPS);
request.setSysMethod(MethodType.POST);