add - 添加产品相关接口的实现
This commit is contained in:
parent
e099e97f3f
commit
4df95854de
@ -98,5 +98,6 @@ public interface ProductApi {
|
|||||||
* @param req {@link ProductFeatureRelationUpdateReq}
|
* @param req {@link ProductFeatureRelationUpdateReq}
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@PostMapping("api/auth/product/feature/relation/update")
|
||||||
ApiResult<Boolean> updateFeatureRelation(List<ProductFeatureRelationUpdateReq> req);
|
ApiResult<Boolean> updateFeatureRelation(List<ProductFeatureRelationUpdateReq> req);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user