From f1b590f676d041b01b9c67cf987b3c1a463d2ebe Mon Sep 17 00:00:00 2001 From: jiangyong Date: Sun, 27 Aug 2023 16:53:12 +0800 Subject: [PATCH] https://hahapiao.cn/api/Synchro/pcToList --- worker/haha/haha_sync_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/haha/haha_sync_order.go b/worker/haha/haha_sync_order.go index 6b208e6..d2c2a21 100644 --- a/worker/haha/haha_sync_order.go +++ b/worker/haha/haha_sync_order.go @@ -52,7 +52,7 @@ func (s *SyncOrder) Sync() { } func (s *SyncOrder) run() { - orderUrl := "https://hahapiao.cn/api/Synchro/toList" + orderUrl := "https://hahapiao.cn/api/Synchro/pcToList" body, err := s.httpPost(orderUrl) if err != nil { log.Errorf("syncOrder error : %s", err.Error())