Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
huangjiajun
/
zyos_data_collect
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
更新蜜源数据采集
master
huangjiajun
hace 10 meses
padre
2d59d4c9c1
commit
f3473a95c2
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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 fichero
@@ -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]
Escribir
Vista previa
Cargando…
Cancelar
Guardar