MTP2.0 Go 查询服务

muchinfo d37ec5d08f update il y a 3 semaines
.vscode b0ff351d4d update il y a 1 an
algorithm 501b98aa6d rabbitmq组件合入 il y a 5 ans
busdriver a0b7934ad5 服务配置项支持加解密 il y a 1 an
config 94c00e402f 修改 /Wallet/QueryWalletAddress 接口BUG il y a 3 semaines
controllers d37ec5d08f update il y a 3 semaines
db a646273c51 修改 MongoDB Ping 逻辑 BUG il y a 3 mois
docs d37ec5d08f update il y a 3 semaines
global 2a1b35901e 腾讯电子签业务功能上线 il y a 2 ans
logger 754030e8bc 任务 #5805 il y a 1 an
middleware ad6161eeb3 增加调用接口合法性判断 il y a 1 an
models a0f2ef0167 增加 /Wallet/QueryWalletTokens 代币信息查询接口 il y a 3 semaines
mtpcache 8abe9783f6 更新字段注释 il y a 2 mois
packet a0b7934ad5 服务配置项支持加解密 il y a 1 an
pb 6aeba42464 任务 #7129 【Go查询】接口“api/sbyj/GetMyOrders”: "TradeHolderDetailEx"Redis结构添加“止盈止损"相关字段 il y a 3 mois
playground 73c08ea54c 海商游客功能 il y a 5 ans
rediscli a0b7934ad5 服务配置项支持加解密 il y a 1 an
res 48958a237a update il y a 2 ans
routers a0f2ef0167 增加 /Wallet/QueryWalletTokens 代币信息查询接口 il y a 3 semaines
services 3926bbd3af update il y a 3 semaines
token c2447ec4ab fixed bug. il y a 9 mois
utils bb76b4bbd3 接口 il y a 7 mois
.DS_Store 85f8c9f44d update pc_menu.json il y a 4 ans
.gitignore 0d5fd1839e #6618 【Go查询】接口:Common/QueryNotice 添加返回字段 isforcedisplay il y a 10 mois
.markdownlint.json 2cd780754b 新增接口 /Bank/GetCusBankInfos 获取托管银行信息列表 il y a 1 an
MTP20_IF.code-workspace 9aa49beb34 增加工作区文件 il y a 1 an
README.md d166d64ea3 /sbyj/GetMyOrders(获取我的订单列表):添加查询条件”accountId"; il y a 2 mois
go.mod 3926bbd3af update il y a 3 semaines
go.sum 3926bbd3af update il y a 3 semaines
main.go b19be16fd9 任务 #6755 【Go查询】添加配置商品盘面信息获取方式:MySQL(原逻辑)、Redis(新实现);配置为从Redis获取时,不再需要配置MySQL连接参数 il y a 3 mois

README.md

MTP20_IF

MTP2.0 Go 查询服务

编译

go build .

调试

运行 》 启动调试

Swagger调试

http://127.0.0.1:8080/swagger/index.html

更新swagger文档 go install github.com/swaggo/swag/cmd/swag@latest swag init

商品盘面获取配置

MySQLSetting 节点 Enabled=0: 商品盘面从Redis获取, 配合使用新存储服务“quote_historystorage_nomysql” 。MySQL其它配置不需要 Enabled=1: 商品盘面从MySQL获取, 依旧使用旧存储服务“quote_historystorage” 。MySQL其它配置需要