An open API service indexing awesome lists of open source software.

https://github.com/daymade/channel-gateway

支付渠道网关 - 不写代码,不部署,3 小时接入新支付渠道。提供配置化的渠道接入能力,渠道业务参数在线配置,可视化,可拖拽,低代码
https://github.com/daymade/channel-gateway

Last synced: about 1 month ago
JSON representation

支付渠道网关 - 不写代码,不部署,3 小时接入新支付渠道。提供配置化的渠道接入能力,渠道业务参数在线配置,可视化,可拖拽,低代码

Awesome Lists containing this project

README

          

构建
```shell
cd channel-gateway
DOCKER_BUILDKIT=1 docker build -t channel-gateway .
```

使用代理加速构建
```shell
DOCKER_BUILDKIT=1 docker build -t channel-gateway . --build-arg https_proxy=http://192.168.31.221:7890 --build-arg http_proxy=http://192.168.31.221:7890 --progress=plain
```

临时运行
```shell
docker run -p 9090:9090 channel-gateway
```

后台运行
```shell
docker run -d -p 9090:9090 channel-gateway
```