xuhy
2024-08-22 8f19dccb029717e7b8b352e926817be076c28d13
1
2
3
4
5
6
7
8
9
package com.ruoyi.integration.iotda.constant;
 
public class ServiceIdConstant {
    /**
     * 登录认证应答
     */
    public static final String ONLINE_REPLY = "online_reply";
 
}