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