Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogisticsGetShopKeyData ¶
type LogisticsGetShopKeyData struct { // 公钥加密后的对称密钥,用于解密电子面单密文 Key string `json:"key"` }
type LogisticsGetShopKeyResponse ¶
type LogisticsGetShopKeyResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *LogisticsGetShopKeyData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.