aozhiwei ea36ad4705 1
2020-03-06 13:00:52 +08:00

6 lines
83 B
PHP

<?php
const ERR_INTERNAL = 500;
const ERR_RETRY = 501;
const ERR_USER_BASE = 100;