|
|
@ -230,6 +230,7 @@ type ReplyAfterServiceDetail struct {
|
|
|
|
PackageSend uint `json:"packageSend"`
|
|
|
|
PackageSend uint `json:"packageSend"`
|
|
|
|
AfsPackageSend AfsPackageSend `json:"afsPackageSend"`
|
|
|
|
AfsPackageSend AfsPackageSend `json:"afsPackageSend"`
|
|
|
|
OrderSubSn uint64 `json:"orderSubSn"`
|
|
|
|
OrderSubSn uint64 `json:"orderSubSn"`
|
|
|
|
|
|
|
|
SourceOrderSubSn string `json:"sourceOrderSubSn"`
|
|
|
|
SourceId uint `json:"sourceId"`
|
|
|
|
SourceId uint `json:"sourceId"`
|
|
|
|
ChannelId uint `json:"channelId"`
|
|
|
|
ChannelId uint `json:"channelId"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|