|
@@ -157,7 +157,7 @@ Class Api extends Core {
|
|
public function getDesc(){
|
|
public function getDesc(){
|
|
$id = Dever::input('id');
|
|
$id = Dever::input('id');
|
|
if (!$id) {
|
|
if (!$id) {
|
|
- Dever::alert('订单id不能不空');
|
|
+ Dever::alert('订单id不能为空');
|
|
}
|
|
}
|
|
$user = $this->user;
|
|
$user = $this->user;
|
|
$data['user']['name'] = $user['name'];
|
|
$data['user']['name'] = $user['name'];
|