File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/complaint Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ public static class ComplaintOrder implements Serializable {
188188 private Integer amount ;
189189
190190 }
191-
191+
192192 /**
193193 * <pre>
194194 * 字段名:投诉单关联服务单信息
@@ -198,7 +198,7 @@ public static class ComplaintOrder implements Serializable {
198198 */
199199 @ SerializedName ("service_order_info" )
200200 private List <ServiceOrder > serviceOrderInfo ;
201-
201+
202202 /**
203203 * <pre>
204204 * 服务单信息
@@ -207,10 +207,10 @@ public static class ComplaintOrder implements Serializable {
207207 @ Data
208208 public static class ServiceOrder implements Serializable {
209209 private static final long serialVersionUID = 4240983048700956805L ;
210-
210+
211211 /**
212212 * <pre>
213- * 字段名:微信支付服务订单号
213+ * 字段名:微信支付服务订单号
214214 * 是否必填:否
215215 * 描述:
216216 * 微信支付服务订单号,每个微信支付服务订单号与商户号下对应的商户服务订单号一一对应
@@ -244,9 +244,9 @@ public static class ServiceOrder implements Serializable {
244244 */
245245 @ SerializedName ("state" )
246246 private String state ;
247-
247+
248248 }
249-
249+
250250 /**
251251 * <pre>
252252 * 字段名:投诉单是否已全额退款
@@ -318,11 +318,10 @@ public static class ServiceOrder implements Serializable {
318318
319319 /**
320320 * <pre>
321- * 字段名:用户投诉次数
321+ * 字段名:用户标签列表
322322 * 是否必填:否
323- * 描述:用户标签列表
324- * TRUSTED:可信,此类用户满足极速退款条件
325- * OTHERS:其它,此类用户不满足极速退款条件
323+ * 描述: TRUSTED:可信,此类用户满足极速退款条件
324+ * OTHERS:其它,此类用户不满足极速退款条件
326325 * 示例值:[TRUSTED]
327326 * </pre>
328327 */
You can’t perform that action at this time.
0 commit comments