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