Commit fd04121d by 杨树贤

添加错误码

parent 603eaa09
Showing with 4 additions and 1 deletions
......@@ -30,7 +30,10 @@ class Controller extends BaseController
const INVITE_FAIL = 509004;
//分享失败
const SHARE_FAIL = 509004;
const SHARE_FAIL = 509005;
//红包兑换失败
const EXCHANGE_CODE_FAIL = 509006;
public function Export($Errcode = 0, $ErrMsg = '', $dataArr = [])
......
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 sign in to comment