Versions in this module Expand all Collapse all v1 v1.0.2 Nov 27, 2023 v1.0.0 Nov 7, 2023 Changes in this version + type City struct + Id *string + Name *string + type OrderAddressModifyParam struct + OrderId string + PostAddr *PostAddr + PostReceiver *string + PostTel *string + type OrderAddressModifyRequest struct + Param *OrderAddressModifyParam + func New() *OrderAddressModifyRequest + func (c *OrderAddressModifyRequest) Execute(accessToken *doudian_sdk.AccessToken) (*order_addressModify_response.OrderAddressModifyResponse, error) + func (c *OrderAddressModifyRequest) GetParamObject() interface{} + func (c *OrderAddressModifyRequest) GetParams() *OrderAddressModifyParam + func (c *OrderAddressModifyRequest) GetUrlPath() string + type PostAddr struct + AddressDetail *string + City *City + LandMark *string + Province *Province + Street *Street + Town *Town + type Province struct + Id *string + Name *string + type Street struct + Id *string + Name *string + type Town struct + Id *string + Name *string