java110
2022-02-21 46eed722cd0431aa433bea2470b23015b8d83b3e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "param": {
    "refundFee": "refund_fee",
    "mchId": "mch_id",
    "orderId": "order_id",
    "totalFee": "total_fee",
    "openId": "open_id",
    "appId": "app_id",
    "statusCd": "status_cd",
    "payId": "pay_id",
    "state": "state",
    "message": "message",
    "payName": "pay_name",
    "transactionId": "transaction_id"
  },
  "name": "onlinePay",
  "shareColumn": "order_id",
  "id": "payId",
  "shareName": "acct",
  "autoMove": true,
  "required": [
    {
      "msg": "订单ID不能为空",
      "code": "orderId"
    },
    {
      "msg": "商户ID不能为空",
      "code": "mchId"
    },
    {
      "msg": "付款总金额不能为空",
      "code": "totalFee"
    },
    {
      "msg": "退款金额不能为空",
      "code": "refundFee"
    }
  ],
  "desc": "线上支付",
  "shareParam": "orderId",
  "tableName": "online_pay"
}