Jump to content

Recommended Posts

Возникла проблема при общении с RPC.

На любой POST в ответ приходит:

POST:

{"id": 42, "method": "get_version"}

ANSWER:
{
    "error" : {
        "data" : null,
        "message" : "",
        "type" : "method_not_found"
    },
    "id" : 42

Версия: Линия 7.4.0

 

Что я делаю не так? куда копать?

Edited by bangka

Share this post


Link to post
Share on other sites

Здравствуйте !
RPC (Remote Procedure Call) https://devline.ru/aboutweb/#RPC  доступно с восьмого поколения  «Линии» ,  альфа-версия https://devline.ru/alpha_version/

Пример запроса:

curl -d '{"method" : "get_version" }' -H "Content-Type: application/json" -X POST http://admin:@8.devline.ru:9786/rpc

 

Снимок экрана от 2020-08-04 15-51-33.png

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×