WeChat.Component.get_component_token
You're seeing just the function
get_component_token
, go back to WeChat.Component module for more information.
Link to this function
get_component_token(client)
Specs
get_component_token(WeChat.client()) :: WeChat.response()
获取令牌 - 官方文档
Link to this function
get_component_token(client, ticket)
Specs
get_component_token(WeChat.client(), ticket :: String.t()) :: WeChat.response()
获取令牌 - 官方文档