|
@@ -35,7 +35,7 @@ class UserMiniprogramController extends CatchController
|
|
|
|
|
|
$miniprogram_info = $this->miniprogram->find($miniprogram_id);
|
|
|
if(!$miniprogram_info || $miniprogram_info->status == 0){
|
|
|
- ChannelBusinessException::throwError(Errors::PARAM_ERROR);
|
|
|
+ ChannelBusinessException::throwError(Errors::MINIPROGRAM_STATUS_ERROR);
|
|
|
}
|
|
|
|
|
|
collect(explode(',',$uids))->filter(function (int $value, int $key) use($miniprogram_id,$action){
|