package l_ai_address import ( "context" "testing" ) func TestAddress(t *testing.T) { res, err := GetAddress(context.Background(), "上海市市辖县崇明县三星镇社区卫生服务中心", ) t.Log(res, err) }