Your Name 2 년 전
부모
커밋
cbde63558f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'];