- java获取平台证书报错
使用命令(java -jar CertificateDownloader.jar -k ${apiV3key} -m ${mchId} -f ${mchPrivateKeyFilePath} -s ${mchSerialNo} -o ${outputFilePath} )下载时报错:java.io.FileNotFoundException: 'E:\test\test\apiclient_key.pem' (文件名、目录名或卷标语法不正确。) 使用官方代码下载时报另一个错误:picocli.CommandLine$ExecutionException: Error while running command (com.elias.CertificateDownloader@29ee9faa): java.lang.IllegalArgumentException: Illegal base64 character 2d
2021-11-10 - 发客户消息返回45047错误
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/customer-message/send.html 客户进入小程序客服对话时,我们服务接到微信消息推送过来的“user_enter_tempsession”事件消息,我们系统调发客服消息接口,接口返回如下错误{"errcode":45047,"errmsg":"out of response count limit rid: 5f468193-2f8ad5a1-6129b195"},确认了我们系统48小时内没有成功给该客户发送过客服消息,出现这个错误是什么原因
2020-08-26