Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
go_rely_warehouse
/
zyos_go_third_party_api
Seguir
4
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
30
Wiki
Actividad
Explorar el Código
第三方抖客
master
huangjiajun
hace 6 meses
padre
7fa95a0c86
commit
f42743eb0c
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
tik_tok/order.go
+ 2
- 2
tik_tok/order.go
Ver fichero
@@ -98,10 +98,10 @@ func CsjpCommOrder(v interface{}, statusArr map[string]string, types string) map
tmp["is_share"] = "6"
}
tmp["uid"] = split[1]
if len(split)
=
= 3 {
if len(split)
>
= 3 {
tmp["mid"] = split[2]
}
if len(split)
=
= 4 {
if len(split)
>
= 4 {
tmp["team_type"] = split[3]
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar