public async Task <IActionResult> DoSync(WxAccountDto model) { await service.SyncAsync(model.Id); return(JsonData(true)); }
public async Task <IActionResult> OnPostAsync() { await _service.SyncAsync(Account.Id); return(Json(true)); }