提交 08e75bcf authored 作者: zgy's avatar zgy

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/main/resources/properties/domain.properties
{ {
"alternate": "\u8FDE\u5E3D\u77ED\u4E0A\u8863 - {alternatecolor} - | H&M CN", "alternate": "\u8FDE\u5E3D\u77ED\u4E0A\u8863 - {alternatecolor} - 濂� | H&M CN",
"articleCode":"0754698003", "baseProductCode" : "0754698_group_003", "categoryParentKey" : "/1/ladies", "articleCode":"0754698003", "baseProductCode" : "0754698_group_003", "categoryParentKey" : "/1/ladies",
"productKey": "0754698_group_003_zh_cn", "productKey": "0754698_group_003_zh_cn",
"collection": "", "collection": "",
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
} }
], ],
"whitePrice": "¥199.00", "whitePrice": "199.00",
"whitePriceValue": "199.0", "whitePriceValue": "199.0",
"promoMarkerIcon": "", "promoMarkerIcon": "",
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
"composition": [ "composition": [
{ {
"compositionType" : "弹力罗纹", "compositionType" : "寮瑰姏缃楃汗",
"materials" :[ "materials" :[
{ {
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
} }
], ],
"whitePrice": "¥199.00", "whitePrice": "199.00",
"whitePriceValue": "199.0", "whitePriceValue": "199.0",
"promoMarkerIcon": "", "promoMarkerIcon": "",
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
"composition": [ "composition": [
{ {
"compositionType" : "弹力罗纹", "compositionType" : "寮瑰姏缃楃汗",
"materials" :[ "materials" :[
{ {
...@@ -439,7 +439,7 @@ ...@@ -439,7 +439,7 @@
"0838783001":"manual", "0838783001":"manual",
"selection": "新品", "selection": "鏂板搧",
"description": "\u67D4\u8F6F\u536B\u8863\u9762\u6599\u77ED\u6B3E\u4E0A\u8863\uFF0C\u9970\u5370\u82B1\u56FE\u6848\uFF0C\u8863\u5E3D\u6709\u6C57\u5E03\u886C\u91CC\u548C\u62BD\u7EF3\u3002\u843D\u80A9\u957F\u8896\u8BBE\u8BA1\uFF0C\u7F57\u7EB9\u8896\u53E3\u53CA\u4E0B\u6446\u3002\u67D4\u8F6F\u62C9\u7ED2\u5185\u91CC\u3002", "description": "\u67D4\u8F6F\u536B\u8863\u9762\u6599\u77ED\u6B3E\u4E0A\u8863\uFF0C\u9970\u5370\u82B1\u56FE\u6848\uFF0C\u8863\u5E3D\u6709\u6C57\u5E03\u886C\u91CC\u548C\u62BD\u7EF3\u3002\u843D\u80A9\u957F\u8896\u8BBE\u8BA1\uFF0C\u7F57\u7EB9\u8896\u53E3\u53CA\u4E0B\u6446\u3002\u67D4\u8F6F\u62C9\u7ED2\u5185\u91CC\u3002",
"images":[ "images":[
...@@ -527,7 +527,7 @@ ...@@ -527,7 +527,7 @@
} }
], ],
"whitePrice": "¥199.00", "whitePrice": "199.00",
"whitePriceValue": "199.0", "whitePriceValue": "199.0",
"promoMarkerIcon": "", "promoMarkerIcon": "",
......
...@@ -77,8 +77,4 @@ public class ThirdPartyController { ...@@ -77,8 +77,4 @@ public class ThirdPartyController {
public Result getOrderDetailThird(@PathVariable("orderId")String orderId) { public Result getOrderDetailThird(@PathVariable("orderId")String orderId) {
return tbCfOrderService.getOrderDetailThird(orderId); return tbCfOrderService.getOrderDetailThird(orderId);
} }
} }
...@@ -87,5 +87,4 @@ public class LoginController extends BaseController { ...@@ -87,5 +87,4 @@ public class LoginController extends BaseController {
@ApiParam("账号类型") @RequestParam(required = false) String userType) throws UnsupportedEncodingException { @ApiParam("账号类型") @RequestParam(required = false) String userType) throws UnsupportedEncodingException {
return tbCfUserInfoService.loginByThirdParty(getIpAddr(request),amount,nick,userType); return tbCfUserInfoService.loginByThirdParty(getIpAddr(request),amount,nick,userType);
} }
} }
...@@ -310,7 +310,12 @@ public class TbCfOrderServiceImpl implements TbCfOrderService { ...@@ -310,7 +310,12 @@ public class TbCfOrderServiceImpl implements TbCfOrderService {
return result; return result;
} }
/**
* 查询物流信息
* @param orderId
* @return
* @throws IOException
*/
@Override @Override
public Result queryOrderExpressInfo(String orderId) throws IOException { public Result queryOrderExpressInfo(String orderId) throws IOException {
String expressUrl = domainProperties.getProperty("express.info.api"); String expressUrl = domainProperties.getProperty("express.info.api");
...@@ -592,6 +597,7 @@ public class TbCfOrderServiceImpl implements TbCfOrderService { ...@@ -592,6 +597,7 @@ public class TbCfOrderServiceImpl implements TbCfOrderService {
*/ */
private TbCfOrderVo ensureOrder(TbCfUserInfoVo tbCfUserInfoVo, TbCfOrderVo pageOrder, List<TbCfCartItemDetailVo> tbCfCartItemDetailList,String iss_coupon_id) { private TbCfOrderVo ensureOrder(TbCfUserInfoVo tbCfUserInfoVo, TbCfOrderVo pageOrder, List<TbCfCartItemDetailVo> tbCfCartItemDetailList,String iss_coupon_id) {
TbCfOrderVo definiteOrder = getGenericOrder(tbCfCartItemDetailList); TbCfOrderVo definiteOrder = getGenericOrder(tbCfCartItemDetailList);
/*//获取可以使用的优惠券,后续还有判断此订单是否可以使用 /*//获取可以使用的优惠券,后续还有判断此订单是否可以使用
List<TbCfCouponEntity> tbCfCouponList = tbCfCouponDao.queryUserAvailableCoupon(tbCfUserInfoVo.getUserId(), new Date()); List<TbCfCouponEntity> tbCfCouponList = tbCfCouponDao.queryUserAvailableCoupon(tbCfUserInfoVo.getUserId(), new Date());
if (!tbCfCouponList.isEmpty()) { if (!tbCfCouponList.isEmpty()) {
......
...@@ -292,7 +292,6 @@ public class TbCfUserInfoServiceImpl implements TbCfUserInfoService { ...@@ -292,7 +292,6 @@ public class TbCfUserInfoServiceImpl implements TbCfUserInfoService {
result.setMessage("Login failed"); result.setMessage("Login failed");
} }
return result; return result;
} }
public String getUserPhoneCode(String phone) throws IOException { public String getUserPhoneCode(String phone) throws IOException {
......
...@@ -440,7 +440,7 @@ public class ZionApplicationTests { ...@@ -440,7 +440,7 @@ public class ZionApplicationTests {
@Test @Test
public void testAesut(){ public void testAesut(){
String a = AESUtils.encrypt(KeyConstant.AES_KEY,"sk_live_YbAVymUjl4ZEVGfzeyHyRTKM00JviD18nI"); String a = AESUtils.encrypt(KeyConstant.AES_KEY,"sk_test_tGl2q7Omxehpli7R3Z6xU6G900iL1eX32c");
System.out.println(a); System.out.println(a);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论