个人案例
- 画动
通过动画使角色活动起来,让孩子们的图画栩栩如生!
画动小程序扫码体验
显然不可以,必须用有许可证的主体注册小程序。
选择什么类目比较合适?公司新开发个司机小程序, 货车司机登录,完成实名认证,添加车辆,可以接单(货源信息在其他平台发布),上传提货,签收,然后提现。目前我们设置的类目为办公-工具类目, 到发布审核的时候能通过吗? 如果需要货物运输类目, 我们没有道路运输许可证, 但是合作方有,上传他们的许可证可以吗?
2023-06-16https://developers.weixin.qq.com/miniprogram/dev/wxcloudrun/src/development/call/mini.html#%E4%BD%BF%E7%94%A8%E9%99%90%E5%88%B6 云托管文档中描述:超时时间,单位为毫秒.最大值不能超过15秒,否则无效 请求时间较长的接口只能改为异步。
云托管的服务是否做了超时的限制呢?nodejs express 写的后端接口 发布到云托管后,有个接口耗时比较长,在接口给前端的响应时间达到 50s 秒的时候,就被中断了 在本地我的电脑上就没这个问题,请问是云托管做了什么限制吗?
2023-06-16云托管构建超时会自动中止,问过客服说没办法解决。
这是部署失败了吗?看不懂部署开始于 2023-06-13 11:26:24 环境名称:prod-5g0i1mxzad001581 [1/2] 创建版本 失败 38s 创建版本失败:任务失败 [2023-06-13 12:05:29] Started by user coding [2023-06-13 12:05:29] Running in Durability level: MAX_SURVIVABILITY [2023-06-13 12:05:31] [Pipeline] Start of Pipeline [2023-06-13 12:05:32] [Pipeline] node [2023-06-13 12:05:32] Running on Jenkins in /root/workspace [2023-06-13 12:05:32] [Pipeline] { [2023-06-13 12:05:32] [Pipeline] stage [2023-06-13 12:05:32] [Pipeline] { (检出 ZIP 包) [2023-06-13 12:05:32] Stage "检出 ZIP 包" skipped due to when conditional [2023-06-13 12:05:32] [Pipeline] } [2023-06-13 12:05:32] [Pipeline] // stage [2023-06-13 12:05:33] [Pipeline] stage [2023-06-13 12:05:33] [Pipeline] { (检出代码仓库) [2023-06-13 12:05:33] [Pipeline] sh [2023-06-13 12:05:33] + git clone ****** . [2023-06-13 12:05:33] Cloning into '.'... [2023-06-13 12:05:35] [Pipeline] sh [2023-06-13 12:05:35] + git checkout master [2023-06-13 12:05:35] Already on 'master' [2023-06-13 12:05:35] Your branch is up-to-date with 'origin/master'. [2023-06-13 12:05:35] [Pipeline] } [2023-06-13 12:05:35] [Pipeline] // stage [2023-06-13 12:05:35] [Pipeline] stage [2023-06-13 12:05:35] [Pipeline] { (构建 Docker 镜像) [2023-06-13 12:05:35] [Pipeline] sh [2023-06-13 12:05:35] + docker login -u ****** -p ****** ccr.ccs.tencentyun.com/tcb-******-bnps/ca-qyceabnt_mouse-cook:mouse-cook-004-20230613120527 [2023-06-13 12:05:35] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-06-13 12:05:36] WARNING! Your password will be stored unencrypted in /root/.docker/config.json. [2023-06-13 12:05:36] Configure a credential helper to remove this warning. See [2023-06-13 12:05:36] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-06-13 12:05:36] [2023-06-13 12:05:36] Login Succeeded [2023-06-13 12:05:36] [Pipeline] sh [2023-06-13 12:05:36] + docker build -f ././/Dockerfile -t ccr.ccs.tencentyun.com/tcb-******-bnps/ca-qyceabnt_mouse-cook:mouse-cook-004-20230613120527 ./ [2023-06-13 12:05:36] Sending build context to Docker daemon 365.6kB [2023-06-13 12:05:36] Step 1/7 : FROM node:16.20-alpine3.17 [2023-06-13 12:05:37] 16.20-alpine3.17: Pulling from library/node [2023-06-13 12:05:37] f56be85fc22e: Pulling fs layer [2023-06-13 12:05:37] c5e9712c615f: Pulling fs layer [2023-06-13 12:05:37] 9369075e452c: Pulling fs layer [2023-06-13 12:05:37] 4a5f54542006: Pulling fs layer [2023-06-13 12:05:37] 4a5f54542006: Download complete [2023-06-13 12:05:38] 9369075e452c: Verifying Checksum [2023-06-13 12:05:38] 9369075e452c: Download complete [2023-06-13 12:05:38] f56be85fc22e: Verifying Checksum [2023-06-13 12:05:38] f56be85fc22e: Pull complete [2023-06-13 12:05:38] c5e9712c615f: Verifying Checksum [2023-06-13 12:05:38] c5e9712c615f: Download complete [2023-06-13 12:05:39] c5e9712c615f: Pull complete [2023-06-13 12:05:39] 9369075e452c: Pull complete [2023-06-13 12:05:39] 4a5f54542006: Pull complete [2023-06-13 12:05:39] Digest: sha256:1cd89de178c5f0d886e56e7505420d5e6e53d353da302d6b3b61b22221bfde29 [2023-06-13 12:05:39] Status: Downloaded newer image for node:16.20-alpine3.17 [2023-06-13 12:05:39] ---> e7b66a014011 [2023-06-13 12:05:39] Step 2/7 : WORKDIR /usr/src/app [2023-06-13 12:05:40] ---> Running in 58524bd27298 [2023-06-13 12:05:40] Removing intermediate container 58524bd27298 [2023-06-13 12:05:40] ---> c50891fae2cf [2023-06-13 12:05:40] Step 3/7 : COPY package.json yarn.lock ./ [2023-06-13 12:05:40] ---> 4f5d80d3be2b [2023-06-13 12:05:40] Step 4/7 : RUN yarn [2023-06-13 12:05:40] ---> Running in bf6ac3759310 [2023-06-13 12:05:41] yarn install v1.22.19 [2023-06-13 12:05:41] [1/4] Resolving packages... [2023-06-13 12:05:41] [2/4] Fetching packages... [2023-06-13 12:06:03] [3/4] Linking dependencies... [2023-06-13 12:06:03] warning " > swagger-ui-express@4.6.2" has unmet peer dependency "express@>=4.0.0". [2023-06-13 12:06:03] warning " > ts-loader@9.4.2" has unmet peer dependency "webpack@^5.0.0". [2023-06-13 12:06:15] [4/4] Building fresh packages... [2023-06-13 12:15:32] Sending interrupt signal to process [2023-06-13 12:15:32] Aborted by coding [2023-06-13 12:15:33] Sending interrupt signal to process [2023-06-13 12:15:33] Aborted by coding [2023-06-13 12:15:34] Sending interrupt signal to process [2023-06-13 12:15:34] Aborted by coding [2023-06-13 12:15:35] Sending interrupt signal to process [2023-06-13 12:15:35] Aborted by coding [2023-06-13 12:15:36] Sending interrupt signal to process [2023-06-13 12:15:36] Aborted by coding [2023-06-13 12:15:37] Terminated [2023-06-13 12:15:37] script returned exit code 143 [2023-06-13 12:15:37] [Pipeline] } [2023-06-13 12:15:37] [Pipeline] // stage [2023-06-13 12:15:37] [Pipeline] stage [2023-06-13 12:15:37] [Pipeline] { (推送 Docker 镜像到 TCR) [2023-06-13 12:15:37] Stage "推送 Docker 镜像到 TCR" skipped due to earlier failure(s) [2023-06-13 12:15:37] [Pipeline] } [2023-06-13 12:15:37] [Pipeline] // stage [2023-06-13 12:15:37] [Pipeline] } [2023-06-13 12:15:37] [Pipeline] // node [2023-06-13 12:15:37] [Pipeline] End of Pipeline [2023-06-13 12:15:37] Finished: ABORTED *** -----------构建mouse-cook-004----------- 2023-06-13 12:05:29 create_build_image : succ,
2023-06-16进入小程序后台,设置 -> 基本设置 -> 服务内容声明 -> 用户隐私保护指引,如果不是【已更新】状态,点一下更新,审核通过之后应该就可以了。[图片]
线上版本 wx.saveImageToPhotosAlbum 调用失败?开发版本,体验版本,都可以正常调用,但是 正式版本不行。这个问题至少2-3天了请解决
2023-06-16