소스 검색

更新蜜源数据采集

master
huangjiajun 10 달 전
부모
커밋
f3473a95c2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      app/task/svc/svc_data_collect_cron_miyuan_real_news.go

+ 2
- 1
app/task/svc/svc_data_collect_cron_miyuan_real_news.go 파일 보기

@@ -65,7 +65,8 @@ func DataCollectCronMiyuanRealNews(types int) {
}
func To(str, str1, str2 string) string {
tmp := strings.Split(str, str1)
if len(tmp) > 0 {
if len(tmp) > 1 {

tmp1 := strings.Split(tmp[1], str2)
if len(tmp1) > 0 {
return tmp1[0]


불러오는 중...
취소
저장