quanwei
2025-12-25 dd6fdd9bcff3c2b3dcebdb0db3f80bc9dd469bc4
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 = '已经申请开店';