@ -124,6 +124,11 @@ public class ShopServiceImpl implements ShopService {
data.setAuthUrl("");
return;
}
if (param.getScene() == 3) {
data.setAuthorized(true);
ShopBO shop = new ShopBO();
String shopName = SecurityTool.MD5(shopId.toString());
assert shopName != null;