Commit 6ec8d05e by qwmqiuwenmin

fix

parent 35cc770b
......@@ -383,7 +383,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
private String[] getNationCodeAndPhoneNumber(String phoneNumber){
String[] arr = {};
String[] arr = new String[2];;
arr[0] = "86";
arr[1] = phoneNumber;
if(phoneNumber.startsWith("853")){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment