mirror of http://gitlab.batiao8.com/yic/film.git
Debugf
This commit is contained in:
parent
8b6fca419b
commit
a5855c525b
|
@ -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{})
|
||||
|
|
Loading…
Reference in New Issue