Your Name 2 năm trước cách đây
mục cha
commit
cbde63558f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'];