Ver Fonte

店铺logo修改

Hu Jie há 7 anos atrás
pai
commit
bb4cb73aa0

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/store/facade/impl/StoreApplyFacadeImpl.java

@@ -115,7 +115,7 @@ public class StoreApplyFacadeImpl implements StoreApplyFacade {
 			storeApplyService.handlerApply(storeApply);
 		} else {
 			storeApply.setBannerUrl("http://dfs.ubtob.com/group1/M00/19/BF/CgpkyFlSBRmAcascAANK5vkByag940.jpg");
-			storeApply.setLogoUrl("https://dfs.ubtob.com/group1/M00/88/4D/CgpkyFrMEHeAbmFgAAAVUSwA8go871.png");
+			storeApply.setLogoUrl("https://mall.usoftchina.com/static/img/store/common/default.png");
 			StoreApply savedApply = storeApplyService.handlerApply(storeApply);
 			StoreIn storeIn = storeService.createByStoreApplyAndSave(savedApply);
 			return ResultMap.success(storeIn.getUuid());