浏览代码

更新

master
huangjiajun 1年前
父节点
当前提交
0fde3a6043
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      tik_tok/svc_tik_tok_open_api.go

+ 1
- 0
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(),
}


正在加载...
取消
保存