Commit d1747327 by guojuxing

查询主卡关联的店铺接口修改

parent 15b599cb
......@@ -271,7 +271,8 @@ public class AppletDecorationConfigApiServiceImpl implements AppletDecorationCon
return ServiceResponse.failure(appletResult.getCode(), appletResult.getMessage());
}
long appletConfigId = appletResult.getResult();
ServiceResponse<ShopDTO> shopResult = shopApiService.getShopByAppletId(appletConfigId, enterpriseId, null);
//shopType 1:微商城 2:积分
ServiceResponse<ShopDTO> shopResult = shopApiService.getShopByAppletId(appletConfigId, enterpriseId, 1);
if (shopResult.isSuccess()) {
return ServiceResponse.success(shopResult.getResult());
}
......
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