jiangyong 2023-08-27 16:53:12 +08:00
parent e105d85938
commit f1b590f676
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func (s *SyncOrder) Sync() {
} }
func (s *SyncOrder) run() { func (s *SyncOrder) run() {
orderUrl := "https://hahapiao.cn/api/Synchro/toList" orderUrl := "https://hahapiao.cn/api/Synchro/pcToList"
body, err := s.httpPost(orderUrl) body, err := s.httpPost(orderUrl)
if err != nil { if err != nil {
log.Errorf("syncOrder error : %s", err.Error()) log.Errorf("syncOrder error : %s", err.Error())