// @ts-ignore http调试消息处理 export async function execute(http_message) { console.log(`收到调试信息`) return HttpResUtils.ok("收到调试信息"); }