quanwei
2025-11-28 3ea53e61cc23fdb3ddf8b38a199ca60a6da8c407
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 = '已经申请开店';