Browse Source

第三方支付

qin 2 năm trước cách đây
mục cha
commit
fd1f46a8fb

+ 2 - 2
src/main/java/com/poteviohealth/ym/ipos/model/split/PayConfirmRefund.java

@@ -12,8 +12,8 @@ import lombok.Data;
  */
 @Data
 public class PayConfirmRefund extends Base {
-    @ApiModelProperty(value = "请求类型,固定值:delay_confirm_request",required = true)
-    private String request_type = "delay_confirm_request";
+    @ApiModelProperty(value = "请求类型,固定值:delay_confirmrefund_request",required = true)
+    private String request_type = "delay_confirmrefund_request";
 
     @ApiModelProperty(value = "终端号,商户自定义终端号",required = true)
     private String pos_id;