update 支付回调新增占桩逻辑处理、 后管运营商订单报表新增字段

This commit is contained in:
Lemon
2023-08-29 16:40:20 +08:00
parent 990951ca2d
commit a90fc4f9f3
11 changed files with 100 additions and 23 deletions

View File

@@ -113,7 +113,7 @@ public class AdapayService {
createAdaPaymentParam.setGoods_title(dto.getGoodsTitle());
createAdaPaymentParam.setGoods_desc(dto.getGoodsDesc()); // 这个字段是微信支付凭证的商品名
Map<String, String> map = Maps.newHashMap();
map.put("type", ScenarioEnum.ORDER.getValue());
map.put("type", dto.getType());
map.put("orderCode", dto.getOrderCode());
map.put("payMode", payMode);
map.put("memberId", dto.getMemberId());