作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

cost

... ... @@ -141,7 +141,7 @@ class AesController extends HomeBaseController{
*
* @param name:decryKey type:String require:1 default:无 other: desc:设备返回状态(加密)
* @param name:MACAddress type:String require:1 default:无 other: desc:设备MAC地址
* @param name:type type:String require:1 default:无 other: (1 开锁返回指令 2 状态返回指令) desc:命令类型
* @param name:type type:String require:1 default:无 other: 1开锁返回指令,2状态返回指令 desc:命令类型
*
* @return code:1锁已开,0位锁已关,2为数据异常
*/
... ... @@ -167,7 +167,7 @@ class AesController extends HomeBaseController{
* @method GET
*
* @param name:key type:String require:1 default:无 other: desc:设备返回状态(未加密)
* @param name:type type:String require:1 default:无 other: desc:命令类型 (1 开锁返回指令 2 状态返回指令)
* @param name:type type:String require:1 default:无 other: 1开锁返回指令,2状态返回指令 desc:命令类型
*
* @return code:1锁已开,0位锁已关,2为数据异常
*/
... ...