1.2.0 • Published 3 years ago

mixi-wxcommon v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

米夕公共页面

页面

选择网点

/pages/net/select

  • 参数
    • ability:网点经营能力
    • multi:是否多选
    • companyId:所属企业

支付

/pages/pay/index

  • 参数

    • orderId:要支付的订单编号
    • orderType:要支付的订单类型
    • orderInfo:下单之前(没有orderId,orderType)使用该参数
    • saveHandler:如果订单未保存,支付之前保存订单
  • 说明 参数orderInfo是订单信息,一般在下单之前(未创建订单)预览支付信息,合并下单和支付流程,格式如下:

{
  "id": 1,
  "type": 1,
  "companyId": 1,
  "netId": 1,
  "discount": 1,
  "couponIds": "",
  "receiver": "",
  "receiverMobile": "",
  "receiverAddress": "",
  "receiveNetId": "",
  "items": [{
    "skuId": 1,
    "tkuId": 1,
    "name": "",
    "imageUrl": "",
    "price": 1,
    "count": 1,
    "unit": ""
  }]
}
1.2.0

3 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago