Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
huangjiajun
/
zyos_data_collect
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
更新蜜源数据采集
master
huangjiajun
10 meses atrás
pai
2d59d4c9c1
commit
f3473a95c2
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -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]
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar