Commit eaa7f928 authored by hujun's avatar hujun

去除发放

parent 29fe079f
...@@ -123,15 +123,6 @@ class RegisterService ...@@ -123,15 +123,6 @@ class RegisterService
$jwt_data['userNick'] = $user_nick; $jwt_data['userNick'] = $user_nick;
$jwt_data['phone'] = $phone; $jwt_data['phone'] = $phone;
$coupon_service = new CouponService();
if (!empty($first_login_time)) {
$coupon_service->sendCoupon((int)$id, 0);
}
if (!empty($registration_time) && $referrer_source == 10 && $referrer_id) {
$coupon_service->sendCoupon((int)$referrer_id, 1);
}
$jwt = new JwtUntils(); $jwt = new JwtUntils();
$AuthToken = $jwt->createToken($jwt_data); $AuthToken = $jwt->createToken($jwt_data);
......
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