quanwei
2 days ago 73b874c72ad55eb9eef21c36160ac0de58f0189e
admin/app/api/model/supplier/Apply.php
@@ -35,6 +35,7 @@
                return false;
            }
            $data['user_id'] = $user['user_id'];
            $data['referee_id'] = $user['referee_id'];
            $isApply = $this->isApply($data['user_id']);
            if ($isApply > 0) {
                $this->error = '已经申请开店';