Merchant Number-Registration Number
https://api.itniotech.com/wa/phone/register
Parameters | Description | Required | Type |
---|---|---|---|
appId | Application id | Yes | String |
businessPhone | Phone number | Yes | String |
Request URL:
https://api.itniotech.com/wa/phone/register
Request Method:
POST
Request Headers:
Content-Type: multipart/form-data;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"appId":"appId",
"businessPhone":"91856321412"
}
Parameters | Description | Type |
---|---|---|
status | Status code, 0 is successful, other failures refer to the interface response code | String |
reason | Reason explanation | String |
data | null | String |
{
"status": "0",
"reason": "success",
"data": null
}
Feedback
Was this page helpful?