|  | @@ -12,6 +12,7 @@ import com.alibaba.fastjson.JSON;
 | 
	
		
			
				|  |  |  import io.swagger.v3.oas.annotations.Operation;
 | 
	
		
			
				|  |  |  import io.swagger.v3.oas.annotations.tags.Tag;
 | 
	
		
			
				|  |  |  import lombok.extern.slf4j.Slf4j;
 | 
	
		
			
				|  |  | +import org.apache.commons.httpclient.HttpClient;
 | 
	
		
			
				|  |  |  import org.springframework.validation.annotation.Validated;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.*;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -56,7 +57,7 @@ public class NewPayOrderController {
 | 
	
		
			
				|  |  |      @PostMapping("/test2")
 | 
	
		
			
				|  |  |      @Operation(summary = "test2")
 | 
	
		
			
				|  |  |      public CommonResult<String> test2() {
 | 
	
		
			
				|  |  | -        String s = MD5.MD5Encode("123");
 | 
	
		
			
				|  |  | +        HttpClient httpclient = new HttpClient();
 | 
	
		
			
				|  |  |          return success("success");
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      @PostMapping("/test3")
 |