jufubao-third 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-third",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件第三方购物平台包",
6
6
  "main": "index.js",
@@ -51,7 +51,7 @@ module.exports = [
51
51
  path: '/mall/v1/order/pre/submit',
52
52
  isRule: false,
53
53
  data: {
54
- pay_card_list: [
54
+ selected_card_list_json: [
55
55
  '被操作的卡券的卡号',
56
56
  `[
57
57
  {card_number:123,card_point:100,card_price:200},
@@ -471,7 +471,7 @@
471
471
  }
472
472
 
473
473
  this.createSettleOrder({
474
- pay_card_list: submitCardList,
474
+ selected_card_list_json: JSON.stringify(submitCardList),
475
475
  other_channel_pay_price: needPayPrice,
476
476
  need_pay_price: needPayPrice,
477
477
  namespace: this.xnamespace,