fix: bug
This commit is contained in:
@@ -81,4 +81,12 @@ export const insertTraPartnerFeedback = (data) => {
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
};
|
||||
// 查询是否可以进入trapractice/traPartnerInfo/checkTraPartnerInfoById
|
||||
export const checkTraPartnerInfoById = (data) => {
|
||||
return request({
|
||||
url: base_url + '/traPartnerInfo/checkTraPartnerInfoById',
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user