获取成功开店接口改造
This commit is contained in:
@@ -16,6 +16,8 @@ public class MiniShopsResponse {
|
||||
private String shopName;
|
||||
@ApiModelProperty("店铺编码")
|
||||
private String shopCode;
|
||||
@ApiModelProperty("云流水编码")
|
||||
private String ylsCode;
|
||||
@ApiModelProperty("店铺详细地址")
|
||||
private String detailAddress;
|
||||
}
|
||||
|
||||
@@ -599,6 +599,7 @@ public class ShopServiceImpl implements ShopService {
|
||||
MiniShopsResponse response = new MiniShopsResponse();
|
||||
response.setShopName(storeDO.getStoreName());
|
||||
response.setShopCode(storeDO.getStoreNum());
|
||||
response.setYlsCode("ZXA8_"+storeDO.getStoreNum());
|
||||
response.setDetailAddress(storeDO.getStoreAddress());
|
||||
responses.add(response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user