Selaa lähdekoodia

3-7通用化API数据格式

Home 5 vuotta sitten
vanhempi
commit
ede9e9b49c
1 muutettua tiedostoa jossa 17 lisäystä ja 0 poistoa
  1. 17 0
      config/status.php

+ 17 - 0
config/status.php

@@ -0,0 +1,17 @@
+<?php
+/**
+ * Created by PhpStorm
+ * User:林志杰
+ * Email:[email protected]
+ * Motto:纵有疾风起,人生不言弃!
+ * Time:2020/1/2 22:35
+ */
+
+return [
+    "success" => 1,
+    "error" => 0,
+    "not_login" => -1,
+    "user_is_register" => -2,
+    "action_not_fund" => -3,
+    "controller_not_fund" => -4,
+];