@@ -99,7 +99,7 @@ public interface WebFeignService {
HttpResponseResult<Boolean> goodsStockCountSynchronize(@RequestBody List<GoodsSubStockModel> goodsSubStockModels);
- // 商城商品库存更新,同步商品库存
+ // 获取学校信息
@PostMapping("/api/schoolListByIds")
HttpResponseResult<List<SchoolDto>> schoolListByIds(List<Long> schoolIds);
}