|
|
@@ -215,7 +215,7 @@ class MarketController extends MarketBaseController
|
|
|
showJson(1006,2040,['url'=> Wechat::makeRedirectUrl(url('/weixin/market/index','','',true))]);
|
|
|
} else if ($agentStatus == 2){
|
|
|
showJson(1006,2044,['url'=> Wechat::makeRedirectUrl(url('/weixin/page/custom','','',true))]);
|
|
|
- }else if($agentStatus == -1){
|
|
|
+ }else if($agentStatus <= 0){
|
|
|
showJson(1006,2041,['url'=> Wechat::makeRedirectUrl(url('/weixin/page/custom','','',true))]);
|
|
|
}
|
|
|
}
|