This commit is contained in:
jiangyong27 2024-05-09 11:03:41 +08:00
parent 897dd7c663
commit e83ddbe635
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ type Ddf struct {
}
func (d *Ddf) Sync() {
shopIds := []int{826, 1693, 38, 1900, 372, 1613, 1372, 56, 1701, 45}
shopIds := []int{38, 372, 826, 1613, 1900, 1693, 45, 47, 1327, 56, 1701}
for _, shopId := range shopIds {
reqUrl := fmt.Sprintf("https://v9.ddfkj.com/mpserver/getwangdiandata.php?wdid=%d", shopId)