(Map<String, String> params)
| 115 | } |
| 116 | |
| 117 | @Override |
| 118 | public Object[] proxy(Map<String, String> params) throws Exception { |
| 119 | return "catvod".equals(params.get("from")) ? proxy2(params) : proxy1(params); |
| 120 | } |
| 121 | |
| 122 | @Override |
| 123 | public String action(String action) throws Exception { |