Public
Documentation Settings

微控API在线测试(1.0版本)

API文档(国内版):https://www.wkteam.cn/ 合作沟通:请先查看API文档

登录

POST登录微控平台(第一步)

http://xingshenwk.com/member/login
HEADERS
Content-Type

application/json

Bodyraw
{
    "account": "18012234567",
    "password": "theerea"
}
Example Request
curl
curl --location 'http://xingshenwk.com/member/login' \
--header 'Content-Type: application/json' \
--data '{
    "account": "18012234567",
    "password": "theerea"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POST获取微信二维码(第二步)

http://xingshenwk.com//iPadLogin
HEADERS
Content-Type

application/json

Authorization

eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXNzd29yZCI6ImUxMGFkYzxxxxxxxxxxx

Bodyraw
{
	"wcId":"wxid_wl9qchkanp9u22",
    "type": 2
}
Example Request
curl
curl --location 'http://xingshenwk.com//iPadLogin' \
--header 'Content-Type: application/json' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXNzd29yZCI6ImUxMGFkYzxxxxxxxxxxx' \
--data '{
	"wcId":"wxid_wl9qchkanp9u22",
    "type": 2
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POST执行微信登录(第三步)

http://xingshenwk.com//getIPadLoginInfo
HEADERS
Content-Type

application/json

Authorization

eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXNzd29yZCI6ImUxMGFkYzxxxxxxxxxxx

Bodyraw
{
	"wId": "00000170-84b3-2f54-0010-dac47xxxxxx"
}
Example Request
curl
curl --location 'http://xingshenwk.com//getIPadLoginInfo' \
--header 'Content-Type: application/json' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwYXNzd29yZCI6ImUxMGFkYzxxxxxxxxxxx' \
--data '{
	"wId": "00000170-84b3-2f54-0010-dac47xxxxxx"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers