叫号记录增加字段
This commit is contained in:
@@ -18,13 +18,13 @@ import java.util.Map;
|
||||
public class WxMiniUtils {
|
||||
|
||||
@Value("${wx.mini.user.appId}")
|
||||
private String appId;
|
||||
private String appId = "";
|
||||
|
||||
@Value("${wx.mini.user.secrete}")
|
||||
private String secrete;
|
||||
private String secrete ="";
|
||||
|
||||
@Value("${wx.mini.user.msgId.currentCall}")
|
||||
private String currentCallTempId;
|
||||
private String currentCallTempId ="";
|
||||
|
||||
|
||||
static LinkedHashMap<String,String> linkedHashMap=new LinkedHashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user