|
@@ -30,7 +30,7 @@ public class MakeOrderRequestBody {
|
|
|
|
|
|
@ApiModelProperty(value = "支付子渠道,0-不区分,1-46,2-16,3-0097,4-0074,5-1818")
|
|
|
@JsonProperty("sub_channel")
|
|
|
- private Integer subChannelId;
|
|
|
+ private Long subChannelId;
|
|
|
|
|
|
@ApiModelProperty(value = "运营商", required = true)
|
|
|
@JsonProperty("carrier_id")
|
|
@@ -102,11 +102,11 @@ public class MakeOrderRequestBody {
|
|
|
this.channelId = channelId;
|
|
|
}
|
|
|
|
|
|
- public Integer getSubChannelId() {
|
|
|
+ public Long getSubChannelId() {
|
|
|
return subChannelId;
|
|
|
}
|
|
|
|
|
|
- public void setSubChannelId(Integer subChannelId) {
|
|
|
+ public void setSubChannelId(Long subChannelId) {
|
|
|
this.subChannelId = subChannelId;
|
|
|
}
|
|
|
}
|