elylon1101

Results 2 issues of elylon1101

![image](https://user-images.githubusercontent.com/54056210/140898458-2c491eda-481f-4834-94df-6d6fdf9b6fd5.png) ![image](https://user-images.githubusercontent.com/54056210/140898643-8de443f0-140d-473c-ae93-cb94780e9716.png)

### 您的功能请求与问题有关吗? 请描述您遇到的问题 `import com.wechat.pay.java.core.RSAAutoCertificateConfig; import com.wechat.pay.java.service.payments.jsapi.JsapiServiceExtension; import com.wechat.pay.java.service.payments.jsapi.model.PrepayWithRequestPaymentResponse; import com.wechat.pay.java.service.payments.nativepay.NativePayService; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Component; @Component @RequiredArgsConstructor public class WxPayApi { private final WxPayConfig wxPayConfig; public com.wechat.pay.java.service.payments.nativepay.model.PrepayResponse nativePay(String merchantId, Integer...

enhancement