作者 sgj
1 个管道 的构建 通过 耗费 2 秒

add the user of the lock

@@ -1823,6 +1823,11 @@ function getAccessToken(){ @@ -1823,6 +1823,11 @@ function getAccessToken(){
1823 return $jssdk->getAccessToken(); 1823 return $jssdk->getAccessToken();
1824 } 1824 }
1825 1825
  1826 +/**
  1827 + * 通过协议号获取 内容
  1828 + * @param $serial
  1829 + * @return mixed
  1830 + */
1826 function get_user_serial($serial){ 1831 function get_user_serial($serial){
1827 $map['eq_name']=$serial; 1832 $map['eq_name']=$serial;
1828 $map['state']=['neq',3]; 1833 $map['state']=['neq',3];