WeChat.RefreshHelper.get_refresh_options_by_client
You're seeing just the function
get_refresh_options_by_client
, go back to WeChat.RefreshHelper module for more information.
Link to this function
get_refresh_options_by_client(client)
Specs
get_refresh_options_by_client(WeChat.client()) :: refresh_options()
根据不同的 client
的 app_type
& by_component?
输出不同的 refresh_options
rules:
by_component?
==true
:component_refresh_options/1
official_account
:official_account_refresh_options/0
mini_program
:mini_program_refresh_options/0