소스 검색

xinzeng jiekou

wangzhinan 3 년 전
부모
커밋
fe86a5b2b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr/svr-base/src/main/java/com/yihu/jw/base/endpoint/a4endpoint/MedicineUserEndpoint.java

+ 1 - 1
svr/svr-base/src/main/java/com/yihu/jw/base/endpoint/a4endpoint/MedicineUserEndpoint.java

@ -59,7 +59,7 @@ public class MedicineUserEndpoint extends EnvelopRestEndpoint {
            @ApiParam(name = "deviceIds", value = "设备ids,多个用英文逗号隔开", required = true)
            @RequestParam(value = "deviceIds") String deviceIds) throws Exception {
        JSONObject result = userService.allotDevice(userIds, deviceIds);
        return success(result.getJSONArray("response"));
        return success(result.getString("response"));
    }
//---------众建平台,无法转移,