update 个人中心

This commit is contained in:
2021-06-30 20:16:35 +08:00
parent 3b9def0895
commit 8d3352a55a
18 changed files with 1277 additions and 1220 deletions

View File

@@ -466,7 +466,7 @@ namespace Ewide.Core.Service
///<summary>
///发送验证码
/// </summary>
[HttpPost("/sysUser/SendCode")]
[HttpPost("/sysUser/sendCode")]
public async Task<dynamic> SendCode(Usermailphone input)
{
var Orgcode_Key = "ewide_Orgcode";
@@ -540,7 +540,7 @@ namespace Ewide.Core.Service
///<summary>
///检验验证码并且绑定
/// </summary>
[HttpPost("/sysUser/CheckBindcode")]
[HttpPost("/sysUser/checkBindcode")]
public async Task<dynamic> CheckBindcode(Usermailphone input)
{
var Orgcode_Key = "ewide_Orgcode";