|
@@ -61,7 +61,7 @@ class Invoice extends Base
|
|
# 添加或者更新地址接口
|
|
# 添加或者更新地址接口
|
|
public function up()
|
|
public function up()
|
|
{
|
|
{
|
|
- $uid = 1;
|
|
|
|
|
|
+ $uid = $this->check();
|
|
$id = Dever::input('id');
|
|
$id = Dever::input('id');
|
|
$type = Dever::input('type', 2);
|
|
$type = Dever::input('type', 2);
|
|
$title_type = Dever::input('title_type');
|
|
$title_type = Dever::input('title_type');
|