dever 3 年 前
コミット
bd409ed66b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      app/shop/src/My.php

+ 2 - 0
app/shop/src/My.php

@@ -26,6 +26,8 @@ class My extends Core
 
 		$this->data['msg'] = Dever::load('message/lib/data')->num($this->uid);
 
+		$this->data['level'] = 'Lv1';
+
 		return $this->data;
 	}