瀏覽代碼

查询付款信息 形成分账信息

gongfuzhu 1 年之前
父節點
當前提交
6324847cbb

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/step/PaymentStep.java

@@ -3,7 +3,7 @@ package com.zswl.cloud.springBtach.server.core.step;
 import com.github.microservice.auth.client.content.ResultContent;
 import com.zhongshu.payment.client.model.payment.CreateResponseModel;
 import com.zhongshu.payment.client.model.payment.zswl.CreatePaymentModel2;
-import com.zhongshu.payment.client.service.PaymentService2;
+import com.zhongshu.payment.client.service.v2.PaymentService2;
 import org.springframework.batch.core.Job;
 import org.springframework.batch.core.Step;
 import org.springframework.batch.core.StepContribution;