Explorar el Código

更新

master
huangjiajun hace 1 año
padre
commit
0fde3a6043
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      tik_tok/svc_tik_tok_open_api.go

+ 1
- 0
tik_tok/svc_tik_tok_open_api.go Ver fichero

@@ -194,6 +194,7 @@ func GetClientToken(args map[string]string) map[string]string {
"tik_tok_acc_token_time": zhios_third_party_utils.Int64ToStr(endTime),
"tik_tok_acc_refresh_token_time": zhios_third_party_utils.Int64ToStr(refreshEndTime),
"tik_tok_acc_refresh_token": gjson.Get(send, "data.refresh_token").String(),
"expires_in": zhios_third_party_utils.Int64ToStr(gjson.Get(send, "data.expires_in").Int()),
"tik_tok_open_id": gjson.Get(send, "data.open_id").String(),
"tik_tok_scope": gjson.Get(send, "data.scope").String(),
}


Cargando…
Cancelar
Guardar