mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update订单逻辑改造工厂模式
This commit is contained in:
@@ -164,10 +164,6 @@ public class DelayMerchantOrderLogic extends AbstractOrderLogic {
|
||||
* 在线支付订单
|
||||
*/
|
||||
public Map<String, Object> onlinePaymentOrder(PayOrderDTO dto) {
|
||||
|
||||
// 2023-07-11 全部改为汇付支付
|
||||
// dto.setGoodsTitle("充电费用");
|
||||
// dto.setGoodsDesc("充电桩预付款金额");
|
||||
Map<String, Object> weixinMap = adapayService.createPayment(dto);
|
||||
return weixinMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user