ソースを参照

20220831 fix insert data function

LuluFJ.Ho 2 年 前
コミット
e5b3e4db69
共有1 個のファイルを変更した15 個の追加0 個の削除を含む
  1. 15
    0
      config/response-message.php

+ 15
- 0
config/response-message.php ファイルの表示

@@ -0,0 +1,15 @@
1
+<?php
2
+
3
+return [
4
+    'login_failed'        => '帳密有誤',
5
+    'authenticate_failed' => '無權限請登入',
6
+    'authorize_failed'    => '授權失敗',
7
+    
8
+    'not_found'           => '查無資料',
9
+    'router_failed'       => '請輸入有效網址',
10
+    'sql_error'           => '資料庫異常',
11
+    'validation_failed'   => '輸入資料驗證失敗',
12
+    'server_error'        => '伺服器錯誤',
13
+    'create_fail'         => '新增失敗',
14
+    'update_fail'         => '更新失敗',
15
+];