| 12345678910111213 |
- <?php
- return [
- '1002'=> 'success',
- '1003'=> 'failed',
- '1004'=> 'not login',
- '1005'=> 'Illegal access',
- '1006'=> 'Illegal operation',
- '1007'=> 'Save failed',
- '1008'=> 'Saved successfully',
- '1009'=> 'not data',
- '1010'=> 'Data obtained',
- ];
|