Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get orders when only set IsNeedRestrictedDataToken = true #742

Open
liuboLucas opened this issue Jun 18, 2024 · 0 comments
Open

Cannot get orders when only set IsNeedRestrictedDataToken = true #742

liuboLucas opened this issue Jun 18, 2024 · 0 comments

Comments

@liuboLucas
Copy link

after i upgrade it to vision 1.7.18. My code didn't work. because there are 2 same named function
public async Task GetOrdersAsync(ParameterOrderList searchOrderList, CancellationToken cancellationToken = default(CancellationToken))
and
public async Task GetOrdersAsync(ParameterOrderList searchOrderList)

When in my code, calls the GetOrders(ParameterOrderList searchOrderList), the sencond function will be called.
restrictedResource.dataElements cann't be set

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant