瀏覽代碼

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin 2 年之前
父節點
當前提交
420f29aec3
共有 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'];