From 0fde3a604322753cdbe0f75bce6bfcc3c505b35f Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 13 Jun 2023 15:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tik_tok/svc_tik_tok_open_api.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tik_tok/svc_tik_tok_open_api.go b/tik_tok/svc_tik_tok_open_api.go index 8c07de1..45b4e9c 100644 --- a/tik_tok/svc_tik_tok_open_api.go +++ b/tik_tok/svc_tik_tok_open_api.go @@ -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(), }