Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Qi-Zhen-xin committed May 13, 2024
1 parent 12e7301 commit d62c5f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public boolean send(String phone, String verificationCode) {

//实例化request封装请求信息
SendSmsRequest request = new SendSmsRequest();

String[] phoneNumber = {"+86 " + phone};
request.setPhoneNumberSet(phoneNumber); //设置手机号
request.setSmsSdkAppid(MsmConstantUtils.APP_ID);
Expand Down

0 comments on commit d62c5f0

Please sign in to comment.