微信云托管官网
2024-01-25 11:27:19 create_eks_virtual_service : succ, 2024-01-25 11:27:20 check_eks_virtual_service : process, DescribeVersion_user_error_Liveness probe failed: dial tcp 10.13.17.157:8080: connect: connection refused, [service]:[Readiness probe failed: dial tcp 10.13.17.157:8080: connect: connection refused,Liveness probe failed: dial tcp 10.13.17.157:8080: connect: connection refused,] wx1b4c7ec63242ad25 prod-2gbyy3cm7b35aa9a tid=507412 rid=multi_tenant_1rSqNcUlfBI9Ev jntx-server bid=2147572311 jntx-server-021
项目是使用vue打包的,现在打算使用这个一键部署,但是想用反向代理对接口请求进行代理,这要如何做? [图片]
[图片] 用公网地址请求正常返回 [图片] 用小程序公众号访问 返回如上图所示 请问这个是什么原因
[图片]
是需要设置什么,咋样才能调用
现在每次发布新版本都需要填一下服务端口号,如果不是默认的80,每次都需要填写,不太方便。或者已经有方法了还请大佬们指点一下。
公众号获取用户消息 然后主动回复 报错了。以下是我代码和云托管的日志部分[图片][图片]
Error: Base resp abnormal, 268500896
是这三种我就只能选择一种吗,不能三种同时使用? 如果已有正在使用中的开发者服务器,后续在开通微信云托管的,那么之前开发者服务器的会自动停用吗? [图片]
[图片] 。[图片]
也没有提示,授权就这样
{ "body": "XXXXX", "callback_type": 2, "container": { "path": "/wechat/pay/callback", "service": "springboot-jlby" }, "env_id": "prod-9gz1d5lf7a533xxxx", "openid": "oFoyi620zmbwMRNw_Dxxxxxxxxxx", "out_trade_no": "yn2024011715500417698337043485", "spbill_create_ip": "10.8.18.xxx", "sub_mch_id": "166088xxxx", "time_start": "20240117155041", "total_fee": 0.01 }
http://api.weixin.qq.com/_/pay/unifiedorder 404 添加了云调用还是404
1、我使用apiv3的官方提供的工具类JsapiServiceExtension来进行统一下单,我部署在微信云托管上,没有地方可以设置环境ID,所以只能拿临时的公网IP做回调,但是不安全。如何解决呢? 2、我使用云托管上的统一下单 接口在小程序前端拉起支付时死活都签名都无法通过,签名是重新计算过的,但是还是不行。如何解决,是有哪种方法呢?
用vscode本地调试云托管的项目,docker报错如下,请教如何处理,谢谢! docker: Error response from daemon: Invalid container name (https://wxcomponent-161786-80410-6-1322457069.sh.run.tcloudbase.com/), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed.
如果是担心相关费用产生,可登录微信云托管删除环境即可,删除后则不再产生费用。 这个微信云托管在哪,具体怎么操作,麻烦详细发下指引
user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; #tcp_nopush on; keepalive_timeout 65; #gzip on; include /etc/nginx/conf.d/*.conf; server { listen 443; server_name holmes-center-front-86714-6-1323419690.sh.run.tcloudbase.com; index index.html index.htm; error_page 404 /404.html; error_page 500 502 503 504 /50x.html; # 生产环境 location /prod-api/ { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header REMOTE-HOST $remote_addr; proxy_intercept_errors on; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass https://dlnmpwnf.xx.hahsntqc.ie54110f.com; } location / { root /usr/share/nginx/html; try_files $uri $uri/ /index.html; index index.html index.htm; } location = /50x.html { root /usr/share/nginx/html; } } } nginx配置如上: 2024/01/15 06:56:51 [error] 37#37: *99 open() "/usr/share/nginx/html/prod-api/captchaImage" failed (2: No such file or directory), client: 10.40.254.165, server: localhost, request: "GET /prod-api/captchaImage HTTP/1.1", host: "holmes-center-front-86714-6-1323419690.sh.run.tcloudbase.com", referrer: "https://holmes-center-front-86714-6-1323419690.sh.run.tcloudbase.com/login?redirect=%2Findex" 不去走代理配置的location ,反而去走了/usr/share/nginx/html/prod-api/captchaImage本地路径,配置了好久没成功,问题应该出在了ngxin配置上,求解带!
使用云托管部署,对接企业微信自建应用,有时出现回调收不到的情况,自己单独购买服务器验证,每次都可以收到正确回调信息的
云托管配置了微信公众号的资源复用, 以及全局设置消息推送功能, 能够收到推送消息, 但是发送客服消息提示错误: errcode:40003 errmsg:invalid openid 在微信令牌权限中也配置了发送客户消息的接口. 不管在容器中使用代码发送, 还是在容器内通过curl调用都是报一样的错, 我可以确保openid是正确的, 这是在云托管的云端调试返回的信息 [图片] 这是云托管的webshell 调用的信息 [图片] 这是微信推送消息, 通过代码解析的日志, openid和上面的一致 [图片]
是免费版的资源不够支撑这个库的要求吗
没办法,让 nginx 解决一下跨域问题。