Last Updated on : 2023-06-21 07:12:53download
Add a charging stations, and maintain the selling price of devices in the same station.
POST: /v1.0/iot-02/charging-pile/device/shop
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| req | ShareDeviceShopAddReq | false | The input parameter. |
Description of req
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| shop_name | String | false | The name of a specified charging station. | |
| username | String | false | The contact person of a specified charging station. | |
| mobile | String | false | The contact person’s phone number. |
| Parameter name | Type | Description |
|---|---|---|
| result | String | The ID of the charging station. |
POST:
{
"result": "13932a3f6ac1****",
"t": 1630056214213,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback