后端:增加支付成功后,回调支付模块

This commit is contained in:
YunaiV
2019-04-21 15:22:03 +08:00
parent 914de3f2cb
commit 3eca1823ee
8 changed files with 151 additions and 40 deletions

View File

@@ -16,7 +16,7 @@ public class DubboGenericInvokerTest {
ReferenceConfig<GenericService> reference = new ReferenceConfig<>();
// 弱类型接口名
reference.setInterface("cn.iocoder.mall.pay.api.PayDemoService");
reference.setInterface("cn.iocoder.mall.order.api.OrderService");
// 声明为泛化接口
reference.setGeneric(true);
@@ -29,4 +29,4 @@ public class DubboGenericInvokerTest {
System.out.println(name);
}
}
}