...
|
...
|
@@ -299,8 +299,10 @@ class IndexController extends WebAction |
|
|
if ($this->isAjax()) {
|
|
|
$uid = $this->getUid(false);
|
|
|
$id = $this->post('id', null); //TODO
|
|
|
//解密
|
|
|
$id = intval(Encryption::decrypt($id));
|
|
|
if ($id) {
|
|
|
//解密
|
|
|
$id = intval(Encryption::decrypt($id));
|
|
|
}
|
|
|
$address = $this->post('address', '');
|
|
|
$areaCode = $this->post('areaCode', '');
|
|
|
$consignee = $this->post('consignee', '');
|
...
|
...
|
|