Your Name 2 years ago
parent
commit
cbde63558f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learn/active/src/Api.php

+ 1 - 1
learn/active/src/Api.php

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