修改机器启用状态
POST
/CService/UpdateEnabledState
接口描述
http://wx.snfox.com/CService/UpdateEnabledState?merchantCode=2&machineCode=1&enabledState=1
请求参数
参数名
类型
描述
必填
merchantCode
UInt16
商户编号
必填
machineCode
UInt16
机器编号
必填
enabledState
byte
机器启用状态【0 停用】 【1 启用】 默认启用
必填
响应参数
参数名
类型
描述
必填
StatusCode
int
API返回状态
必填
ErrCode
int
错误代码
必填
RetMsg
string
文字说明
必填
Data
object
返回数据
必填