支付模块,发起交易,暂时是比较 demo 的代码。未完成~

This commit is contained in:
YunaiV
2019-03-13 00:56:03 +08:00
parent 0c8a79a8ed
commit 6a217b12c6
14 changed files with 338 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
package cn.iocoder.mall.pay.application.scheduler;
/**
* TODO
*/
public class PayNotifyAppJob {
// TODO 需要考虑下是基于 MQ 还是 Job
// TODO 通知频率
// TODO rpc 泛化回调
}