- 京东回调改用http.Request
This commit is contained in:
@@ -78,9 +78,15 @@ type AfsServiceResponse struct {
|
||||
OrderType int `json:"orderType"`
|
||||
PickwareAddress string `json:"pickwareAddress"`
|
||||
|
||||
QuestionDesc string `json:"questionDesc"`
|
||||
QuestionPic string `json:"questionPic"`
|
||||
QuestionTypeCid int `json:"questionTypeCid"`
|
||||
QuestionDesc string `json:"questionDesc"`
|
||||
QuestionPic string `json:"questionPic"`
|
||||
QuestionTypeCid int `json:"questionTypeCid"`
|
||||
|
||||
ApplyDeal string `json:"applyDeal"`
|
||||
DeliveryState string `json:"deliveryState"`
|
||||
DeliveryMan string `json:"deliveryMan"`
|
||||
DeliveryMobile string `json:"deliveryMobile"`
|
||||
|
||||
StationID string `json:"stationId"`
|
||||
StationName string `json:"stationName"`
|
||||
StationNumOutSystem string `json:"stationNumOutSystem"`
|
||||
|
||||
Reference in New Issue
Block a user