Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WxMaIntracityServiceImpl.balanceQuery 的判断条件写的有问题 #3704

Copy link
Copy link
@Calshon

Description

@Calshon
Issue body actions

这里的判断条件写错了吧 逻辑是wxStoreId为null时 如果paymode是store或者null 就要拦截

    if (wxStoreId == null && (payMode != null && payMode != PayMode.STORE)) {
      throw new IllegalArgumentException("payMode是PAY_MODE_STORE或null时,必须传递wxStoreId");
    }

现在为传入wxStoreId,同时传入PayMode.APP就会被拦截
临时的解决方法是wxStoreId随便传入一个字符串

Copilot

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.