|
@@ -91,7 +91,7 @@ public class EncryptionPersonTest {
|
|
|
@Test
|
|
|
public void getPhoneCode() {
|
|
|
SendCodeDTO vo = new SendCodeDTO();
|
|
|
- vo.setPhoneNum("157052205331");
|
|
|
+ vo.setPhoneNum("15705220533");
|
|
|
String s = loginService.getPhoneCode(vo);
|
|
|
System.out.println(s);
|
|
|
}
|
|
@@ -100,7 +100,7 @@ public class EncryptionPersonTest {
|
|
|
public void loginByPhone() throws Exception {
|
|
|
PhoneLoginDTO vo = new PhoneLoginDTO();
|
|
|
vo.setPhoneNum("15705220533");
|
|
|
- vo.setPhoneCode("948573");
|
|
|
+ vo.setPhoneCode("816628");
|
|
|
vo.setAppKey("4e95e3d926a2a4befa5d913acc0aa9f5");
|
|
|
vo.setMachineCode("BFEBFBFF000A0654");
|
|
|
final long timeMillis = System.currentTimeMillis();
|