admin
2023-10-08 850a524cced18e275ae89aea5ffdeaa30ddd687f
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;
    /**