<?php class DadaConstant{ const FAIL = "fail"; const SUCCESS = "success"; const FAIL_MSG = "接口请求超时或失败"; const FAIL_CODE = -2; }