lealife / viabtc_exchange_server

A trading engine with high-speed performance and real-time notification
MIT License
17 stars 6 forks source link

accessws auth\sign service not find (accessws模块依赖的服务不存在) #4

Open chenluyong opened 5 years ago

chenluyong commented 5 years ago

config.json

"auth_url": "http://192.168.1.6:8000/internal/exchange/user/auth",
"sign_url": "http://192.168.1.6:8000/internal/exchange/user/api/auth",

In on_job function used in auth_url parameter service content We didn't in the corresponding application services viabtc_exchange_server


on_job函数中使用 auth_url参数的服务内容 而这个服务对应的应用程序却没有在 viabtc_exchange_server