Commit 5a1fa4c9 by guojuxing

微盟商铺未配置会员卡调整

parent c20918e4
...@@ -209,7 +209,7 @@ public class WmStoreApiServiceImpl implements WmStoreApiService { ...@@ -209,7 +209,7 @@ public class WmStoreApiServiceImpl implements WmStoreApiService {
return result.getResult().toString(); return result.getResult().toString();
} }
} }
return null; return "微盟商铺未配置会员卡";
} }
private ServiceResponse<TabWmStoreConfig> getWmConfig(Integer wmMallStoreId, WmStoreConfigTypeEnum typeEnum) { private ServiceResponse<TabWmStoreConfig> getWmConfig(Integer wmMallStoreId, WmStoreConfigTypeEnum typeEnum) {
......
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