|
|
@@ -326,6 +326,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
@Override
|
|
|
public H5JsPayParams pay(Long orderId, String tradeType) throws Exception {
|
|
|
log.info("调起微信支付[start] orderId:{}", orderId);
|
|
|
+
|
|
|
OrderDon orderDon = this.getById(orderId);
|
|
|
|
|
|
OrderAttach attach = new OrderAttach();
|