|
|
@@ -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(), |
|
|
|
} |
|
|
|