|
|
@@ -30,7 +30,6 @@ import java.util.regex.Pattern;
|
|
|
@AllArgsConstructor
|
|
|
public class OrderPayController {
|
|
|
private final OrderService orderService;
|
|
|
- private final AssetService assetService;
|
|
|
private final WxMpService wxMpService;
|
|
|
private final GiftOrderService giftOrderService;
|
|
|
private final OrderRepo orderRepo;
|