微信云托管官网
[图片] 。[图片]
也没有提示,授权就这样
{ "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和上面的一致 [图片]
是免费版的资源不够支撑这个库的要求吗
-----------服务springboot-8op0部署springboot-8op0-007----------- 2024-01-11 10:44:22 create_eks_virtual_service : succ, 2024-01-11 10:44:22 check_eks_virtual_service : process, DescribeVersion_user_error_Back-off restarting failed container, [service]:[Exec lifecycle hook ([/bin/sh /app/cert/initenv.sh]) for Container "springboot-8op0-007" in Pod "springboot-8op0-007-8cc58f5fc-dllpk_odwapxqn(268ad173-f557-4105-a3d4-8f6b6e9fd4f4)" failed - error: command '/bin/sh /app/cert/initenv.sh' exited with 137: + certFile=/app/cert/certificate.crt + certLog=/app/cert.log + srcIp=169.254.10.1 + srcHost=api.weixin.qq.com + checkFileCnt=0 + is_user_root + id -u + '[' 0 -eq 0 ] + echo 'User is root, patching env and certs.' + '[' '!' -f /app/cert/certificate.crt ] + '[' '!' -f /etc/os-release ] + . /etc/os-release + NAME='Alpine Linux' + ID=alpine + VERSION_ID=3.13.12 + PRETTY_NAME='Alpine Linux v3.13' + HOME_URL=https://alpinelinux.org/ + BUG_REPORT_URL=https://bugs.alpinelinux.org/ + echo '[I]: os release is alpine' + update-ca-certificates -h WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping , message: "+ certFile=/app/cert/certificate.crt\n+ certLog=/app/cert.log\n+ srcIp=169.254.10.1\n+ srcHost=api.weixin.qq.com\n+ checkFileCnt=0\n+ is_user_root\n+ id -u\n+ '[' 0 -eq 0 ]\n+ echo 'User is root, patching env and certs.'\n+ '[' '!' -f /app/cert/certificate.crt ]\n+ '[' '!' -f /etc/os-release ]\n+ . /etc/os-release\n+ NAME='Alpine Linux'\n+ ID=alpine\n+ VERSION_ID=3.13.12\n+ PRETTY_NAME='Alpine Linux v3.13'\n+ HOME_URL=https://alpinelinux.org/\n+ BUG_REPORT_URL=https://bugs.alpinelinux.org/\n+ echo '[I]: os release is alpine'\n+ update-ca-certificates -h\nWARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping\n",Back-off restarting failed container,]
微信云托管 如果通过github流水线来进行部署的话,`Dockerfile文件必须是在代码根目录吗` ?求解答!
运行命令 wxContainers.refresh 错误: command 'wxContainers.refresh' not found。这可能是由提交 wxContainers.refresh 的扩展引起的。vs报错,这个怎么解决
卡密小程序后端可以使用云开发和云托管真整不明白。
微信支付是上个月申请的,这个月去绑定商户,返回268500896,有偿求方案,0交易 [图片] [图片]
如:Redis,MongoDB,memcache等服务呢
小程序页面数据加载不出来,一片空白,是云托管哪里出问题了吗?需要怎么恢复数据呢[图片]
start container failed: Error: container crashed when starting. please check output logs.报错文本
使用127.0.0.1:3306显示: django.db.utils.OperationalError: (2002, "Can't connect to server on '127.0.0.1' (115)") 使用云托管提供的内网:3306显示: django.db.utils.OperationalError: (2002, "Can't connect to server on '10.7.105.155' (115)")
微信支付金额单位是分