|
@@ -98,7 +98,7 @@ public class KfcServiceImpl {
|
|
String authAccount = accountDetailVo.getAuthAccount();
|
|
String authAccount = accountDetailVo.getAuthAccount();
|
|
SharePlatformVo sharePlatformVo = accountDetailVo.getSharePlatformVo();
|
|
SharePlatformVo sharePlatformVo = accountDetailVo.getSharePlatformVo();
|
|
|
|
|
|
- kfcGoodsDetailRequest.setPhone(authHelper.getCurrentUser().getPhone());
|
|
|
|
|
|
+ kfcGoodsDetailRequest.setPhone(kfcGoodsDetailRequest.getPhone());
|
|
CreateOrdereResponse createOrdereResponse = kfcApi.create_order(kfcGoodsDetailRequest);
|
|
CreateOrdereResponse createOrdereResponse = kfcApi.create_order(kfcGoodsDetailRequest);
|
|
BigDecimal bigDecimal = BigDecimal.valueOf(createOrdereResponse.getData().getPayAmount());
|
|
BigDecimal bigDecimal = BigDecimal.valueOf(createOrdereResponse.getData().getPayAmount());
|
|
|
|
|