- 京东回调改用http.Request

This commit is contained in:
gazebo
2019-05-08 16:58:04 +08:00
parent 3409f64107
commit 27c08160ad
2 changed files with 49 additions and 20 deletions

View File

@@ -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"`