admin
2024-03-08 0f704a4650edd60cea2e57778b6703509376a42c
fanli/src/main/java/com/yeshi/fanli/service/inter/push/VIVOPushService.java
@@ -20,7 +20,7 @@
     * @param content
     * @throws PushException
     */
    void pushGoods(Long uid, Long auctionId, PushBaseContent content)
    void pushGoods(Long uid, String auctionId, PushBaseContent content)
            throws PushException;
    /**