This commit is contained in:
jiangyong 2024-05-01 15:04:34 +08:00
parent 8b6fca419b
commit a5855c525b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ func (s *SyncOrder) Sync() {
orderUrl := "https://hahapiao.cn/api/Synchro/pcToList"
body, err := s.httpPost(orderUrl)
if err != nil {
log.Errorf("syncOrder error : %s", err.Error())
log.Debugf("syncOrder error : %s", err.Error())
return
}
result := make(map[string]interface{})