|
|
@ -229,6 +229,9 @@ type ReplyAfterServiceDetail struct {
|
|
|
|
SendAt int64 `json:"sendAt"`
|
|
|
|
SendAt int64 `json:"sendAt"`
|
|
|
|
PackageSend uint `json:"packageSend"`
|
|
|
|
PackageSend uint `json:"packageSend"`
|
|
|
|
AfsPackageSend AfsPackageSend `json:"afsPackageSend"`
|
|
|
|
AfsPackageSend AfsPackageSend `json:"afsPackageSend"`
|
|
|
|
|
|
|
|
OrderSubSn uint64 `json:"orderSubSn"`
|
|
|
|
|
|
|
|
SourceId uint `json:"sourceId"`
|
|
|
|
|
|
|
|
ChannelId uint `json:"channelId"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type AfsPackageSend struct {
|
|
|
|
type AfsPackageSend struct {
|
|
|
|
Name string `json:"name"`
|
|
|
|
Name string `json:"name"`
|
|
|
|