Эх сурвалжийг харах

查询商户设备算法列表

hechunping 2 жил өмнө
parent
commit
62b34bac4d

+ 1 - 1
device-api/src/main/java/com/xy/service/DeviceInfoService.java

@@ -101,5 +101,5 @@ public interface DeviceInfoService {
      * @return
      */
     @PostMapping("mercAlgorithmIdList")
-    R<List<Long>> mercAlgorithmIdList(DeviceInfoDto.MercAlgorithmIdListDto dto);
+    R<List<Long>> mercAlgorithmIdList(@RequestBody DeviceInfoDto.MercAlgorithmIdListDto dto);
 }