/** * 更改{BUSINESS_NAME}数据 * @returns */ changeStatus (data = {}) { return request({ url: '{REQUEST_ROUTE}/changeStatus', method: 'put', data }) },