Commit a9be7fe8 by 徐高华

test

parent 0d07878e
......@@ -201,7 +201,6 @@ public interface StaffApiService {
* @param qrCode 二维码
* @return int
*/
//无效接口
int updateQrCodeByStaffId(String staffId, String qrCode);
/**
......
......@@ -72,9 +72,4 @@ public class ServiceTest {
String autoActiveStatus = qywxUserApiService.getAutoActiveStatus("wp59NLDQAAJL6DsM6YwOGqJlhCBykkeA", config.getCorpid());
System.out.println(autoActiveStatus);
}
@Test
public void test5(){
int qrCodeByStaffId = staffApiService.getQrCodeByStaffId("00af1fe7e75644a7accdcb84e126e50c");
System.out.println("111111111111111111111111111111111"+qrCodeByStaffId);
}
}
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