This commit is contained in:
Van0313
2025-04-27 16:04:34 +08:00
parent 4091299931
commit 55ac5efbfb

View File

@@ -1599,7 +1599,7 @@ public class JDUtil {
public void sendOrderToWxByOrderP(String order, String fromWxid) { public void sendOrderToWxByOrderP(String order, String fromWxid) {
// 检查是否命中“评”指令 // 检查是否命中“评”指令
if ("".equals(order)) { if ("".equals(order)) {
// 初始化用户交互状态 // 初始化用户交互状态
String key = INTERACTION_STATE_PREFIX + fromWxid; String key = INTERACTION_STATE_PREFIX + fromWxid;
UserInteractionState state = loadOrCreateState(key); UserInteractionState state = loadOrCreateState(key);