在云函数 `openapi` 里封装发送客服消息的方法 `sendCustomerServiceMessage`,云调用 `cloud.openapi.customerServiceMessage.send`,
在云函数 `callback` 里调用云函数 `openapi` 的 sendCustomerServiceMessage 的方法,报错:
{"errCode":-501007,"errMsg":"customerServiceMessage.send:fail Invalid request param"}
直接在云函数 `callback` 里调用云调用 `cloud.openapi.customerServiceMessage.send` 是 OK 的
这里确定参数是一样的,不是所谓参数问题!
另外,云开发控制台的设置-全局设置,配置的消息推送,指定的云函数是 `callback`
全局设置-配置消息推送,配置了触发的四种情况吗?
config.json有配置吗?
发送信息/格式是否有误?可以打印log下
2. 配置
3. log 打印的消息/格式无误;成功与失败的情况是一致的