Commit 5f46c89a by ping.wu

支付成功回掉接口优化demo

parent c329f619
...@@ -16,7 +16,7 @@ public abstract class AbstractPaySuccessService implements PaySuccessService{ ...@@ -16,7 +16,7 @@ public abstract class AbstractPaySuccessService implements PaySuccessService{
// 基本参数校验 // 基本参数校验
this.checkParams(paySuccessBo); this.checkParams(paySuccessBo);
// 添加商品到购物车 // 支付成功执行逻辑
this.paySuccessDefault(paySuccessBo); this.paySuccessDefault(paySuccessBo);
// 拼装返回体 // 拼装返回体
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment