File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/alipay/global/api Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public static void buildRiskDecideRequest(RiskDecideRequest request) {
169
169
"[3 Boxes] Starbucks Cappuccino Milk Coffee Pods / Coffee Capsules by Nescafe Dolce Gusto" );
170
170
goods .setGoodsCategory ("Digital Goods/Digital Vouchers/Food and Beverages" );
171
171
goods .setDeliveryMethodType ("DIGITAL" );
172
- goods .setGoodsQuantity (1 );
172
+ goods .setGoodsQuantity ("1" );
173
173
Amount goodsAmount = new Amount ();
174
174
goodsAmount .setValue ("30000" );
175
175
goodsAmount .setCurrency ("BRL" );
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ private static void buildRiskDecideRequest(RiskDecideRequest request) {
184
184
goods .setGoodsName ("[3 Boxes] Starbucks Cappuccino Milk Coffee Pods / Coffee Capsules by Nescafe Dolce Gusto" );
185
185
goods .setGoodsCategory ("Digital Goods/Digital Vouchers/Food and Beverages" );
186
186
goods .setDeliveryMethodType ("DIGITAL" );
187
- goods .setGoodsQuantity (1 );
187
+ goods .setGoodsQuantity ("1" );
188
188
Amount goodsAmount = new Amount ();
189
189
goodsAmount .setValue ("30000" );
190
190
goodsAmount .setCurrency ("BRL" );
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public class Goods {
15
15
private String goodsCategory ;
16
16
private String goodsBrand ;
17
17
private Amount goodsUnitAmount ;
18
- private Integer goodsQuantity ;
18
+ private String goodsQuantity ;
19
19
private String goodsSkuName ;
20
20
private String goodsUrl ;
21
21
private String deliveryMethodType ;
You can’t perform that action at this time.
0 commit comments