package task import ( "testing" ) func TestGetTaskAttachments(t *testing.T) { // TODO: 构造请求和依赖,调用 GetTaskAttachments handler 并断言结果 }