Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjun
User
Commits
c7e3b767
Commit
c7e3b767
authored
Jul 15, 2022
by
zhangjun
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'release_zj_20220707' 到 'release'
修改 查看合并请求
!3
parents
01c83c15
f7e82036
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
esf_center_api.php
center/controllers/esf_center_api.php
+5
-0
No files found.
center/controllers/esf_center_api.php
View file @
c7e3b767
...
@@ -1372,6 +1372,11 @@ class Esf_center_api extends MY_Controller {
...
@@ -1372,6 +1372,11 @@ class Esf_center_api extends MY_Controller {
*/
*/
public
function
api_adduser_mobile
()
public
function
api_adduser_mobile
()
{
{
$result
=
1
;
$msg
=
'停用'
;
$return_array
=
array
(
'result'
=>
$result
,
'msg'
=>
$msg
);
echo
serialize
(
$return_array
);
$telno
=
$this
->
input
->
get
(
'telno'
);
$telno
=
$this
->
input
->
get
(
'telno'
);
$paasword
=
$this
->
input
->
get
(
'paasword'
);
$paasword
=
$this
->
input
->
get
(
'paasword'
);
$city
=
$this
->
input
->
get
(
'city'
);
$city
=
$this
->
input
->
get
(
'city'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment