本镜像为M、KR、HW通用sign接口镜像,个人使用
请勿随意传播此镜像
容器命令
docker run -dit \
-p 17840:17840 \
-e TZ=Asia/Shanghai \
--name Sign \
--hostname Sign \
--restart unless-stopped \
seansuny/signapi:latest
接口
http://ip:端口/sign
传参方式
{
"fn": "",
"functionId": "",
"body": {}
}
fn 和 functionId 二选一 body必须
functionId = "" &
body = {}
测试案例
POST http://ip:端口/sign
Content-Type: application/json
{
"fn": "isvObfuscator",
"body": {"id": "", "url": "https://lzkj-isv.isvjcloud.com"}
}
POST http://ip:端口/sign
Content-Type: application/json
{
"functionId": "isvObfuscator",
"body": {"id": "", "url": "https://lzkj-isv.isvjcloud.com"}
}
POST http://ip:端口/sign
Content-Type: application/x-www-form-urlencoded
fn = "isvObfuscator" &
body = {"id": "", "url": "https://lzkj-isv.isvjcloud.com"}
如果需要使用代理需要去容器那边修改配置文件 httpsProxy 添加隧道代理
POST http://127.0.0.1:17840/jComExchange
Content-Type: application/json
{
"code": "17:/雅诗兰黛邀新开卡赢正装好礼¥X0q4Q35NxJ¥,⇛⤴️ī🆖◕岽"
}
跳转京东
GET http://127.0.0.1:17840/openApp?url=跳转链接需要url编码
TGbot反代
{
"tgbot": {
"enable": false, // 是否启用 true 启用
"path": "/tgbot" // 路径 http://127.0.0.1:17840/tgbot
}
{
"tgbot": {
"enable": false,// 是否启用 true 启用
"path": "/tgbot" // 路径 http://127.0.0.1:17840/tgbot
},
"httpsProxy": "" // http://127.0.0.1:10808
}
Content type
Image
Digest
sha256:2d419cb41…
Size
29.2 MB
Last updated
about 2 years ago
docker pull seansuny/signapi