|
|
@@ -60,6 +60,7 @@ class ApplyController extends BaseController
|
|
|
$introMerchantId = isset($get['introMerchantId']) && !empty($get['introMerchantId']) ? $get['introMerchantId'] : 0;
|
|
|
if (getenv('YII_ENV') == 'test') {
|
|
|
$introMerchantId = 12358;
|
|
|
+ $get['introMerchantId'] = $introMerchantId;
|
|
|
}
|
|
|
if (empty($introMerchantId)) {
|
|
|
util::fail('目前仅开放邀请注册');
|
|
|
@@ -77,7 +78,6 @@ class ApplyController extends BaseController
|
|
|
util::success($data);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
//申请状态
|
|
|
public function actionApplyStatus()
|
|
|
{
|