LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs
@@ -60,7 +60,7 @@ [HttpPost] [AllowAnonymous] [ChannelFilter] public async Task<Guid> LifePayPhoneMesssageCodeLogin(LifePayPhoneMesssageCodeLoginInput input) public async Task<LifePayPhoneMesssageCodeLoginOutput> LifePayPhoneMesssageCodeLogin(LifePayPhoneMesssageCodeLoginInput input) { return await _accountService.LifePayPhoneMesssageCodeLogin(input); }