zl程序教程

您现在的位置是:首页 >  .Net

当前栏目

C#.NET 大型通用信息化系统集成快速开发平台 4.0 版本 - 多系统开发接口 - 苹果客户端开发接口

2023-02-18 15:32:06 时间

 

最近工作上需要,给苹果客户端开发接口,实现集中统一的用户管理,下面是接口调用参考。

1: 获取OpenId? http://127.0.0.1/GetOpenId.ashx?username=Administrator&password=Administrator

2: 获取用户信息? http://127.0.0.1/GetSignin.ashx?OpenId=fa05d010-dc80-40f8-80c5-4d32e4d7b2c2

3: 修改密码? http://127.0.0.1/ChangePassword.ashx?OpenId=fa05d010-dc80-40f8-80c5-4d32e4d7b2c2&password=Administrator&newPassword=Administrator

4: 找回密码? http://127.0.0.1/Forgot.ashx?username=Administrator&email=jiigala@qq.com&mobile=13858163011 用户名、手机号码、邮箱

5: 注册用户? http://127.0.0.1/Register.ashx?Username=jljljl&Password=jljljl &Mobile=jljljl&Email=jljljl&Realname=jljljl&Gender=njljl&Province=zjljl&City=hjljl&District=xjljl&Address=jjljl

6: 修改用户注册信息? http://127.0.0.1/UserUpdate.ashx?OpenId=23c12bb0-52ac-49d1-b989-143e7190eb47 &Mobile=x&Email=x&Realname=x&Gender=x&Province=x&City=x&District=x&Address=& 其中 Address 对应 HomeAddress 字段属性

7: 获取手机验证码? http://127.0.0.1/GetVerificationCode.ashx?mobile=13858163011&applicationCode=App&accountCode=Apple&password=App123

8: 确认验证码是否正确? http://127.0.0.1/VerificationMobileCode.ashx?mobile=x&code=x