[不推荐]复机/重新启动流量套餐订单
Deprecated
Request
Body Params application/json
{
"access_code": "P000270",
"device_id": "89852022018041800192",
"order_id": "202107061625560742397",
"timestamp": "1643253530",
"version": "2.0",
"sign":"MXZ38NfAtgOCx6gAR4LoXjZ220Y="
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1/device/restartService' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_code": "P000270",
"device_id": "89852022018041800192",
"order_id": "202107061625560742397",
"timestamp": "1643253530",
"version": "2.0",
"sign":"MXZ38NfAtgOCx6gAR4LoXjZ220Y="
}'
Responses
application/json {
"code": "0000",
"data": null,
"message": "成功",
"success": true
}
Modified at 2022-10-04 23:23:50