iDevOrz / fastlane-plugin-work_wechat

MIT License
0 stars 2 forks source link

Could not find option 'mentioned_list' #3

Open im4v opened 1 week ago

im4v commented 1 week ago

work_wechat(webhook_URL: wechat_hook_url, text_content:'已更新', text_mentioned_mobile_list:'123456789')

errors:

[!] Could not find option 'mentioned_list' in the list of available options: webhook_URL, text_content, text_mentioned_list, text_mentioned_mobile_list, markdown_content, image_base64, image_md5, news_title, news_description, news_url, news_picurl

im4v commented 1 week ago

def self.text_http_body(params) content = params[:text_content] mentioned_list = params[:mentioned_list] mentioned_mobile_list = params[:mentioned_mobile_list]

需要更新 ’work_wechat_action.rb‘文件中以上代码中的mentioned_listmentioned_mobile_list字段为’text_mentioned_listtext_mentioned_mobile_list