[不推荐]复机/重新启动流量套餐订单 Deprecated
Run in Apifox
Request
By default, if there is no language requirement in header, simplified Chinese is returned by default. Currently, zh-CN (simplified Chinese) and EN-US (English) are supported.
Body Params application/json
{
"access_code" : "P000270" ,
"device_id" : "89852022018041800192" ,
"order_id" : "202107061625560742397" ,
"timestamp" : "1643253530" ,
"version" : "2.0" ,
"sign" : "MXZ38NfAtgOCx6gAR4LoXjZ220Y="
}
Request 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 Generate Code
{
"code" : "0000" ,
"data" : null ,
"message" : "成功" ,
"success" : true
}
Modified at 2022-10-04 23:23:50