Initiate Push#
You can assign the specified domain name PUSH to the specified user|Request URL#
|Request Method#
|Request Parameter#
| Field | Parameter | Type | Required | Description |
|---|
| APPID | appid | String | Yes | Application Client Id |
| Timestamp | gntime | String | Yes | The current UNIX timestamp |
| Signature | gntoken | String | Yes | Signature string. For details, please refer to the Signature Method page. |
| domain name sets | ymlb | String | Yes | multiple domains are separated by , |
| Receiving account ID | puid | Integer | Yes | - |
| Received amount | qian | Float | No | - |
| remark | sm | String | No | - |
|Response Data#
| Field | Parameter | Type | Description |
|---|
| return code | code | Integer | 1:return successfully, -1:return failed |
| return description | msg | String | return the description of request operation |
| return data | data | Object | return the requested operation result data |
|Return Data#
| Field | Parameter | Type | Description |
|---|
| Push ID | data.pushid | Integer | 12345 |
|Response Demo#
{
"code": 1,
"msg": "ok",
"data": {
"pushid": 370
}
}
Modified at 2026-05-07 15:40:45