Commit 85a2a114 by jiangxiaoyang

不返回9,返回null

parent 79362c00
...@@ -1720,7 +1720,7 @@ public class PayServiceImpl { ...@@ -1720,7 +1720,7 @@ public class PayServiceImpl {
if (wxAppStore != null && StringUtils.isNotBlank(wxAppStore.getPayCode())) { if (wxAppStore != null && StringUtils.isNotBlank(wxAppStore.getPayCode())) {
return wxAppStore.getPayCode(); return wxAppStore.getPayCode();
} }
return "9"; return null;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment