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