quanwei
2025-11-27 4711bb8fb2fb16c4eb1cdf6c0314069d85e77a67
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 = '已经申请开店';