mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
安装程序
This commit is contained in:
@ -68,8 +68,7 @@ class AppMiniAlipayList extends Common
|
||||
}
|
||||
|
||||
// 开始操作
|
||||
$ret = AppMiniService::Created($this->params);
|
||||
return json($ret);
|
||||
return AppMiniService::Created($this->params);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -88,8 +87,7 @@ class AppMiniAlipayList extends Common
|
||||
}
|
||||
|
||||
// 开始操作
|
||||
$ret = AppMiniService::Delete($this->params);
|
||||
return json($ret);
|
||||
return AppMiniService::Delete($this->params);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user