Businese.OrderDAL.GetReturnLinkInfo
| Name | Type | Description |
|---|---|---|
| No parameters. | ||
{
"jsonrpc": "2.0",
"method": "Businese.OrderDAL.GetReturnLinkInfo",
"params": {
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
{
"jsonrpc": "2.0",
"result": {
"Adress": "" /*收货地址*/,
"LinkMan": "" /*联系人*/,
"Mobile": "" /*手机号*/,
"TransportCompany": "" /*货运公司*/,
"TrackingNo": "" /*运单号*/
},
"error": null,
"id": 1
}