fix: 修复接口名称
This commit is contained in:
@@ -27,7 +27,7 @@ public class RechargeService : ApplicationService
|
|||||||
/// 查询已登录的账户充值记录
|
/// 查询已登录的账户充值记录
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[Route("account")]
|
[Route("recharge/account")]
|
||||||
[Authorize]
|
[Authorize]
|
||||||
public async Task<List<RechargeGetListOutput>> GetListByAccountAsync()
|
public async Task<List<RechargeGetListOutput>> GetListByAccountAsync()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user