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

cost

@@ -143,7 +143,7 @@ class AesController extends HomeBaseController{ @@ -143,7 +143,7 @@ class AesController extends HomeBaseController{
143 * @param name:MACAddress type:String require:1 default:无 other: desc:设备MAC地址 143 * @param name:MACAddress type:String require:1 default:无 other: desc:设备MAC地址
144 * @param name:type type:String require:1 default:无 other: desc:命令类型 (1 开锁返回指令 2 状态返回指令) 144 * @param name:type type:String require:1 default:无 other: desc:命令类型 (1 开锁返回指令 2 状态返回指令)
145 * 145 *
146 - * @return :code:1为锁已开,0位锁已关,2为数据异常 146 + * @return code:1锁已开,0位锁已关,2为数据异常
147 */ 147 */
148 public function decryption(){ 148 public function decryption(){
149 $MACAddress=$this->request->param('MACAddress'); 149 $MACAddress=$this->request->param('MACAddress');
@@ -169,7 +169,7 @@ class AesController extends HomeBaseController{ @@ -169,7 +169,7 @@ class AesController extends HomeBaseController{
169 * @param name:key type:String require:1 default:无 other: desc:设备返回状态(未加密) 169 * @param name:key type:String require:1 default:无 other: desc:设备返回状态(未加密)
170 * @param name:type type:String require:1 default:无 other: desc:命令类型 (1 开锁返回指令 2 状态返回指令) 170 * @param name:type type:String require:1 default:无 other: desc:命令类型 (1 开锁返回指令 2 状态返回指令)
171 * 171 *
172 - * @return :code:1为锁已开,0位锁已关,2为数据异常 172 + * @return code:1锁已开,0位锁已关,2为数据异常
173 */ 173 */
174 public function state($key,$type){ 174 public function state($key,$type){
175 if ($type==1){ 175 if ($type==1){