-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcmb.pb_招商银行.json
130 lines (130 loc) · 2.97 KB
/
cmb.pb_招商银行.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"version": "0.1.0",
"configs": {
"交易标记初始化": [
{
"newMetaInfo": {
"extra": {
"__mipush_transaction_type": "",
"__mipush_transaction_location": "",
"__mipush_transaction_account": ""
}
},
"stop": false
}
],
"交易符号标记": [
{
"metaInfo": {
"description": "扣款"
},
"newMetaInfo": {
"extra": {
"__mipush_transaction_sign": "-"
}
},
"stop": false
},
{
"metaInfo": {
"description": "退款|入账"
},
"newMetaInfo": {
"extra": {
"__mipush_transaction_sign": "+"
}
},
"stop": false
}
],
"交易金额标记": [
{
"metaInfo": {
"description": "(?<amount>(?<=[币元])\\d+(?:.\\d+)?|\\d+(?:.\\d+)?(?=.{0,5}[币元]))"
},
"newMetaInfo": {
"extra": {
"__mipush_transaction_amount": "${amount}"
}
},
"stop": false
}
],
"交易类型标记": [
{
"metaInfo": {
"description": "发生(?<type>.+?)扣款"
},
"newMetaInfo": {
"extra": {
"__mipush_transaction_type": "${type}"
}
},
"stop": false
},
{
"metaInfo": {
"description": "执行.*的(?<type>.+?)计划"
},
"newMetaInfo": {
"extra": {
"__mipush_transaction_type": "${type}"
}
},
"stop": false
}
],
"交易地点标记": [
{
"metaInfo": {
"description": "[【「](?<location>.+?)[」】]"
},
"newMetaInfo": {
"extra": {
"__mipush_transaction_location": "${location}"
}
},
"stop": false
}
],
"交易账号标记": [
{
"metaInfo": {
"description": "(?<account>[账尾][户号]\\d+)"
},
"newMetaInfo": {
"extra": {
"__mipush_transaction_account": "${account}"
}
},
"stop": false
}
],
"cmb.pb": [
"交易标记初始化",
"交易符号标记",
"交易金额标记",
"交易类型标记",
"交易地点标记",
"交易账号标记",
{
"metaInfo": {
"extra": {
"__mipush_transaction_sign": "(?<sign>.+)",
"__mipush_transaction_amount": "(?<amount>.+)",
"__mipush_transaction_type": "(?<type>.*)",
"__mipush_transaction_location": "(?<location>.*)",
"__mipush_transaction_account": "(?<account>.*)"
}
},
"newMetaInfo": {
"title": "${account}•${sign}${amount}",
"description": "${location}\n${type}"
},
"stop": false
},
"trim-description",
"招商银行-卡号替换"
]
}
}