Commit c7e3b767 authored by zhangjun's avatar zhangjun

合并分支 'release_zj_20220707' 到 'release'

修改

查看合并请求 !3
parents 01c83c15 f7e82036
......@@ -1372,6 +1372,11 @@ class Esf_center_api extends MY_Controller {
*/
public function api_adduser_mobile()
{
$result = 1;
$msg = '停用';
$return_array = array('result'=>$result , 'msg'=>$msg);
echo serialize($return_array);
$telno = $this->input->get('telno');
$paasword = $this->input->get('paasword');
$city = $this->input->get('city');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment