- 公众号消息推送?
接口使用的是安全模式,当我使用正式账号并部署到服务器时,可以接收消息并返回,但是我用测试账号在本地的时候则接收不到消息
07-20 - jsapi支付
初始化service 为什么是一个全局变量
2023-06-29 - ci 上传
request url: https://servicewechat.com/wxa/ci/upload?codeprotect=0&type=miniProgram&appid=**************&version=2.0.0&desc=test3&robot=1&debugLaunchInfo=%7B%22scene%22%3A1011%7D CGI[https://servicewechat.com/wxa/ci/upload?codeprotect=0&type=miniProgram&appid=*******************&version=2.0.0&desc=test3&robot=1&debugLaunchInfo=%7B%22scene%22%3A1011%7D] response parse error, response body: 20003 SyntaxError: Unexpected end of JSON input (node:12188) UnhandledPromiseRejectionWarning: Error: SyntaxError: Unexpected end of JSON input at innerUpload (C:\Users\10621\Desktop\wei\wei-manager-cli\node_modules\miniprogram-ci\dist\ci\upload.js:2:3517) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async upload (C:\Users\10621\Desktop\wei\wei-manager-cli\node_modules\miniprogram-ci\dist\ci\upload.js:2:898) at async Object.upload (C:\Users\10621\Desktop\wei\wei-manager-cli\node_modules\miniprogram-ci\dist\utils\report.js:2:1403) at async C:\Users\10621\Desktop\wei\wei-manager-cli\autoUpload.js:17:26 (Use `node --trace-warnings ...` to show where the warning was created) (node:12188) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:12188) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
2022-03-30