<service><!-- ID of the service. It should be unique across the Windows system--><id>feishu_chatgpt</id><!-- Display name of the service --><name>feishu_chatgpt_service</name><!-- Service description --><description>飞书接入chatGPT</description><!-- Path to the executable, which should be started --><executable>java</executable><!--绝对路径 --><!-- <arguments>-jar "D:\test\feishu_chatgpt.jar"</arguments> --><!--相对路径 --><arguments>-jar feishu_chatgpt.jar</arguments></service>