|
@@ -114,6 +114,7 @@ public class MiPayServiceImpl extends PayService implements OrderPayService {
|
|
|
result.put("buyQuantity", orderInfo.getAmount().toString());
|
|
|
result.put("status", "1");
|
|
|
result.put("balance", String.valueOf(balance));
|
|
|
+ result.put("orderId", product.getOutTradeNo());
|
|
|
}
|
|
|
return ResultMap.ok(result);
|
|
|
}
|