소스 검색

Merge branch 'ths/list' into debug

Roc 2 년 전
부모
커밋
6ec51e1426
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      services/report_push.go

+ 2 - 1
services/report_push.go

@@ -575,7 +575,8 @@ func ThsReportList() (err error) {
 		}
 	}()
 	pubKey := utils.THS_PubKey
-	sendUrl := utils.THS_List_Url
+	//sendUrl := utils.THS_List_Url
+	sendUrl := `https://board.10jqka.com.cn/gateway/ps/syncNews/listPage`
 	//fmt.Println("sendUrl:", sendUrl)
 
 	pageNumStr := "10"