Commit 37ff9111 authored by wudi's avatar wudi

添加log

parent 6852afd5
......@@ -393,7 +393,9 @@ public class WeChatController implements IBaseController {
LOGGER.info("微信登录:redirect为null,走正常流程.");
if ("baitiao".equals(merchant.getName())) {
return loginInWechatWithSessionCreated(user, merchant, "cashTarget5", Constants.Channel.BAITIAO, url, Constants.Channel.WECHAT);
} else {
} else if("wechat-pay".equals(merchant.getName())){
return loginInWechatWithSessionCreated(user, merchant, "cashTarget5", Constants.Channel.WECHAT, url, Constants.Channel.WECHAT);
}else {
return loginInWechatWithSessionCreated(user, merchant, "cashTarget4", 1L, url, registerFrom);
}
} else if("local".equals(redirect)){
......
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