package services import ( "testing" ) func Test_WordAna(t *testing.T) { Run() advicer.WordAnat("https://attachment-public.oss-cn-hangzhou.aliyuncs.com/ai-scheduler/data-analytics/word/content.docx") } var ( advicer *AdviceService )