login
This commit is contained in:
9
app/Const/Responses.php
Normal file
9
app/Const/Responses.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace App\Const;
|
||||
|
||||
class Responses{
|
||||
|
||||
const CODE_SUCCESS = 200;
|
||||
const CODE_ERROR = 10000;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user