dev
This commit is contained in:
parent
0a234525fd
commit
986d698d50
|
|
@ -14,38 +14,5 @@ import org.springframework.boot.test.context.SpringBootTest;
|
|||
@SpringBootTest
|
||||
class ServerApplicationTests {
|
||||
|
||||
@Autowired
|
||||
private MedicalRecordService medicalRecordService;
|
||||
@Autowired
|
||||
private SocialDiagnoseService socialDiagnoseService;
|
||||
@Autowired
|
||||
private SocialItemService socialItemService;
|
||||
@Autowired
|
||||
private ChargeService chargeService;
|
||||
@Autowired
|
||||
private SocialRequest socialRequest;
|
||||
@Test
|
||||
void contextLoads() {
|
||||
// chargeService.uploadCostDetails("CO20250424130233778296");
|
||||
// String meCode = "AD1537643";
|
||||
// String medType = "03";
|
||||
// String in = "310";
|
||||
// chargeService.socialPrePay("CO20250424130233778296",medType,meCode,"310");
|
||||
String meCode = "AD1537643|eZFLx0k4i8izV3NdLvOKRF16BQ6yCj3Cv+PS4dyDK/fy4l30EzRhIDFV5W0E+jZVkPFpsUkVVUU0WX+58IafhGQxzYO25uuEaZkwhDFyPF+RbV14gcURcjR7BjU8m+xWQV1jmrEygKcJ0fbjtdEZrjZRgjNtiz+KCqw5qeWlkvtfcI/pnYeD6Y0CI64KnBGFfMxd9n2pM2GnZp08tJRb/50KnDqwZY1tHLNmiCX0Cnk=";
|
||||
chargeService.socialRealPay("CO20250424130233778296","03",meCode,"310");
|
||||
|
||||
}
|
||||
@Test
|
||||
void text(){
|
||||
IM9001 im9001 = new IM9001();
|
||||
im9001.setOpter_no("0");
|
||||
im9001.setMac("00-FF-F2-10-61-2D");
|
||||
im9001.setIp("10.42.131.10");
|
||||
socialRequest.call9001(im9001);
|
||||
}
|
||||
@Test
|
||||
void test(){
|
||||
socialItemService.download("F002_20210915000001_A");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue