@searchfe/openclaw-baiduapp 0.1.0-beta.8 → 0.1.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4301,6 +4301,7 @@ function encryptBaiduAppPlaintext(params) {
4301
4301
  var logger = createLogger("openclaw-baiduapp:api");
4302
4302
  async function sendBaiduAppMessage(account, target, message) {
4303
4303
  if (!account.canSendActive) {
4304
+ logger.error("Account not configured for active sending (missing appKey, token, or encodingAESKey)");
4304
4305
  return {
4305
4306
  ok: false,
4306
4307
  errcode: -1,