添加微信小程序端的simple Terminal

This commit is contained in:
TanJ 2023-03-30 15:12:07 +08:00
parent df421173bd
commit 5eb70593cf

View File

@ -666,7 +666,11 @@ public class TerminalInfo {
//投标 //投标
else if (this.isBID_WEB_LEADER()) { else if (this.isBID_WEB_LEADER()) {
terminalKey = TerminalInfo.NT_BID_WEB_LEADER; terminalKey = TerminalInfo.NT_BID_WEB_LEADER;
} else { }
else if (this.isMP()) {
terminalKey = TerminalInfo.NT_MP_WX_GENERAL;
}
else {
terminalKey = this.NT(); terminalKey = this.NT();
} }
return terminalKey; return terminalKey;