Commit 6c10a2c1 authored by shajiaiming's avatar shajiaiming

fix

parent e60d2a74
......@@ -10,6 +10,10 @@ class CoinIssueCoin extends CommonActiveRecord
const STATUS_SUCCESS = 1; //发行成功
const STATUS_FAIL = 0; //发行失败
const UN_PAY = 0;
const ALLOW_PAY = 1;
const SUCCESS_PAY =2;
const UN_AUDIT = 0;
const ALLOW_ISSUE = 1;
const REFUSE_ISSUE = 2;
......
This diff is collapsed.
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