| xqd
@@ -13,7 +13,7 @@ class PassAction extends RowAction
|
|
|
public function handle(Model $model)
|
|
|
{
|
|
|
Serviceapplys::where('id',$model->id)->update(['status'=>2]);
|
|
|
- return $this->response()->success('Success message.')->refresh();
|
|
|
+ return $this->response()->success('开通成功')->refresh();
|
|
|
}
|
|
|
|
|
|
}
|