|
@@ -324,7 +324,7 @@ class My extends Core
|
|
|
public function delAddress()
|
|
|
{
|
|
|
$id = Dever::input('id');
|
|
|
- return Dever::load('passport/address')->del($this->uid, $id, 1);
|
|
|
+ return Dever::load('passport/address')->del($this->uid, $id, 2);
|
|
|
}
|
|
|
|
|
|
# 我的发票列表
|
|
@@ -344,7 +344,7 @@ class My extends Core
|
|
|
public function delInvoice()
|
|
|
{
|
|
|
$id = Dever::input('id');
|
|
|
- return Dever::load('passport/invoice')->del($this->uid, $id, 1);
|
|
|
+ return Dever::load('passport/invoice')->del($this->uid, $id, 2);
|
|
|
}
|
|
|
|
|
|
# 提交反馈
|