mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
@@ -1,10 +1,12 @@
|
||||
package com.github.binarywang.wxpay.bean.ecommerce;
|
||||
|
||||
import com.github.binarywang.wxpay.v3.SpecEncrypt;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 请求分账 对象
|
||||
@@ -86,7 +88,8 @@ public class ProfitSharingRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "receivers")
|
||||
private Receiver[] receivers;
|
||||
@SpecEncrypt
|
||||
private List<Receiver> receivers;
|
||||
|
||||
/**
|
||||
* <pre>
|
||||
@@ -186,6 +189,7 @@ public class ProfitSharingRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "receiver_name")
|
||||
@SpecEncrypt
|
||||
private String receiverName;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user