~~~[api]
post:/app/index.php?i=1&c=entry&m=ewei_shopv2&do=mobile&r=machine.address.delete
*int:id#地址ID
<<<
success
{
"status": 1,
"result": {
"url": "http:\/\/gat.xtow.net\/.\/",
"message": "删除成功"
}
}
<<<
error
{
"status": 0,
"result": {
"message": "地址未找到"
}
}
~~~