Uses of Class
com.foxinmy.weixin4j.mp.model.shakearound.DeviceAuditState
-
Packages that use DeviceAuditState Package Description com.foxinmy.weixin4j.mp.api -
-
Uses of DeviceAuditState in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return DeviceAuditState Modifier and Type Method Description DeviceAuditState
ShakeAroundApi. deviceApply(Integer quantity, String applyReason, String comment)
申请配置设备所需的UUID、Major、Minor。申请成功后返回批次ID,可用返回的批次ID通过“查询设备ID申请状态”接口查询目前申请的审核状态。 若单次申请的设备ID数量小于500个,系统会进行快速审核;若单次申请的设备ID数量大于等 500个 ,会在三个工作日内完成审核。 如果已审核通过,可用返回的批次ID通过“查询设备列表”接口拉取本次申请的设备ID。 通过接口申请的设备ID,需先配置页面,若未配置页面,则摇不出页面信息。DeviceAuditState
ShakeAroundApi. deviceQueryApplyStatus(int applyId)
查询设备ID申请的审核状态。若单次申请的设备ID数量小于等于500个, 系统会进行快速审核;若单次申请的设备ID数量大于500个,则在三个工作日内完成审核。
-