Commit a8bc830a by feixiang

提现枚举

parent 1744e0fb
<?php
/**
* Created by PhpStorm.
* User: Administrator
* Date: 2018/8/10
* Time: 14:14
*/
namespace Hdll\Services\Transfer\Enum;
class TransferEnum
{
const SUCCESS = 0;
const FAIL = 1;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment