Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
go_rely_warehouse
/
zyos_go_third_party_api
Vigiar
4
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
30
Wiki
Trabalho
Ver a proveniência
第三方抖客
master
huangjiajun
há 6 meses
ascendente
7fa95a0c86
cometimento
f42743eb0c
1 ficheiros alterados
com
2 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-2
tik_tok/order.go
+ 2
- 2
tik_tok/order.go
Ver ficheiro
@@ -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]
}
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar