浏览代码

xinzeng jiekou

wangzhinan 3 年之前
父节点
当前提交
fe86a5b2b1

+ 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"));
    }
//---------众建平台,无法转移,