|  | @@ -48,7 +48,7 @@ import java.util.concurrent.locks.ReentrantLock;
 | 
	
		
			
				|  |  |  @Service
 | 
	
		
			
				|  |  |  public class WxProviderServiceImpl implements WxProviderService {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    public synchronized Map<String, Object> subJsapi(JsapiPo po) {
 | 
	
		
			
				|  |  | +    public Map<String, Object> subJsapi(JsapiPo po) {
 | 
	
		
			
				|  |  |          System.out.println("微信支付传入参数===========" + po);
 | 
	
		
			
				|  |  |          String type = "sub_jsapi";
 | 
	
		
			
				|  |  |          Map<String, Object> params = new HashMap<>(8);
 |