Masuk ke saluran PolarClaw.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
ID aplikasi. |
pa-************** |
| ChannelId |
string |
Yes |
ID saluran PolarClaw yang akan dimasuki. |
openclaw-weixin |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
CD3FA5F3-FAF3-44CA-AFFF-BAF869****** |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The response status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| TaskId |
string |
The ID of the asynchronous task. |
dc6762fb-20ad-4796-84fe-5c5d0dc413ce |
| State |
string |
The state of the asynchronous task. |
running |
| Operation |
string |
The name of the operation. |
LoginPolarClawChannel |
Contoh
Respons sukses
JSONformat
{
"RequestId": "CD3FA5F3-FAF3-44CA-AFFF-BAF869******",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"TaskId": "dc6762fb-20ad-4796-84fe-5c5d0dc413ce",
"State": "running",
"Operation": "LoginPolarClawChannel"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.