新增微信支付类

This commit is contained in:
2023-03-02 18:24:40 +08:00
parent 186f92c4ea
commit bdcbd26a8d
6 changed files with 60 additions and 13 deletions
+1
View File
@@ -48,6 +48,7 @@ WORKDIR /opt/www
# RUN composer install --no-dev --no-scripts
COPY . /opt/www
COPY /data/www/cret/wechat/pay/1636644248 /opt/www/extend/Wechat/certs
RUN composer install --no-dev -o && php bin/hyperf.php
EXPOSE 9501