杨杰 1 рік тому
батько
коміт
01dcdd6841

+ 1 - 1
src/main/java/com/llisoft/pay/vo/ApiPayRequestVo.java

@@ -11,7 +11,7 @@ import io.swagger.annotations.ApiModelProperty;
 public class ApiPayRequestVo {
 
 	@ApiModelProperty("支付金额(单位:分)")
-	@Range(min=1, message="支付金额")
+	@Range(min=1, message="支付金额非法")
 	private int money;
 	
 	@ApiModelProperty("商品标题,第三方支付页面显示")

+ 1 - 1
src/main/java/com/llisoft/pay/vo/ApiPayWxAppResponseVo.java

@@ -4,7 +4,7 @@ import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 
 @ApiModel("微信支付返回实体 APP")
-public class ApiPayWxAppResponseVo extends com.wechat.pay.java.service.payments.jsapi.model.PrepayWithRequestPaymentResponse{
+public class ApiPayWxAppResponseVo extends com.wechat.pay.java.service.payments.app.model.PrepayWithRequestPaymentResponse{
 
 	@ApiModelProperty("支付号")
     private String pid;