BaseConstant.php 274 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php namespace api\base; class BaseConstant { const ERROR = 'error'; const MSG = 'msg'; const MESSAGE = 'message'; const CODE = 'code'; const VAL = 'val'; const DATA = 'data'; const OK = 'ok'; const FINALTAG = 'finaltag'; }