记得上下班打卡 | git大法好,push需谨慎

Commit e3b59772 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 8f5697cf
...@@ -74,4 +74,9 @@ public class DragonOrdersServiceImpl implements IDragonOrdersService { ...@@ -74,4 +74,9 @@ public class DragonOrdersServiceImpl implements IDragonOrdersService {
//通知商户 //通知商户
return dragonPayBiz.sendNotify(dragonPayBiz.buildPayNotifyReqBo(ordersDto)); return dragonPayBiz.sendNotify(dragonPayBiz.buildPayNotifyReqBo(ordersDto));
} }
@Override
public DragonPayBaseRespDto dragonNotifyApple(DragonPayBaseReqDto dragonPayBaseReqDto) {
return null;
}
} }
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