mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -13,6 +13,7 @@ import com.huifu.adapay.core.exception.BaseAdaPayException;
|
||||
import com.huifu.adapay.model.Refund;
|
||||
import com.jsowell.JsowellApplication;
|
||||
import com.jsowell.adapay.service.AdapayMemberService;
|
||||
import com.jsowell.common.config.JsowellConfig;
|
||||
import com.jsowell.common.constant.CacheConstants;
|
||||
import com.jsowell.common.constant.Constants;
|
||||
import com.jsowell.common.core.domain.entity.SysDictData;
|
||||
@@ -172,12 +173,15 @@ public class SpringBootTestController {
|
||||
|
||||
@Test
|
||||
public void testQueryCorpMember() {
|
||||
String s = "ACM88202036";
|
||||
try {
|
||||
adapayMemberService.queryCorpAdapayMemberInfo(s);
|
||||
} catch (BaseAdaPayException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
String filePath = JsowellConfig.getUploadPath();
|
||||
System.out.println(filePath);
|
||||
|
||||
// String s = "ACM88202036";
|
||||
// try {
|
||||
// adapayMemberService.queryCorpAdapayMemberInfo(s);
|
||||
// } catch (BaseAdaPayException e) {
|
||||
// throw new RuntimeException(e);
|
||||
// }
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user