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())