2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-04-18 5f3ef017b37ebe67b87d46972e4f46df3474d7c1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.sandu.ximon.admin.utils.request;
 
/**
 * @program: machine-fast
 * @description: 设置音量
 * @author: YSS
 * @create: 2019-09-17 18:03
 **/
public class SetVolume {
 
    public final String type = "callCardService";
 
    public final String fn = "setVolume";
 
    public Integer arg1 = 15;
 
}