remove redpack mp

master
taylor.dang 5 years ago
parent 246ef08ab8
commit 5b1bb5d48c

@ -13,7 +13,6 @@ import au.com.royalpay.payment.manage.permission.manager.RequirePartner;
import au.com.royalpay.payment.manage.pos.datasource.ReadOnlyConnection;
import au.com.royalpay.payment.manage.signin.core.SignInAccountService;
import au.com.royalpay.payment.manage.support.wechatclients.KangaLandWechatApiImpl;
import au.com.royalpay.payment.manage.support.wechatclients.RedpackWechatApiImpl;
import au.com.royalpay.payment.manage.system.core.ClientContractService;
import au.com.royalpay.payment.manage.tradelog.beans.TradeLogQuery;
import au.com.royalpay.payment.manage.tradelog.core.TradeLogService;
@ -248,7 +247,7 @@ public class PartnerViewController {
}
@WechatMapping(value = "/wechat_bind/{randomKey}", method = RequestMethod.GET, oauthType = WxOauthType.USERINFO,
addonMp = {KangaLandWechatApiImpl.class, RedpackWechatApiImpl.class})
addonMp = {KangaLandWechatApiImpl.class})
public String bindWechatUser(@PathVariable String randomKey, @ModelAttribute(CommonConsts.WECHATINFO) JSONObject user, Model model) {
clientManager.bindWechatUser(randomKey, user, model);
return "wechat_bind";

Loading…
Cancel
Save