Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
86ff9c27
Commit
86ff9c27
authored
Jan 25, 2022
by
terrfly
Browse files
添加分账重试权限;
parent
121598e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/sql/init.sql
View file @
86ff9c27
...
...
@@ -661,6 +661,8 @@ insert into t_sys_entitlement values('ENT_DIVISION', '分账管理', 'apartment'
insert into t_sys_entitlement values('ENT_DIVISION_RECORD', '分账记录', 'unordered-list', '/divisionRecord', 'DivisionRecordPage', 'ML', 0, 1, 'ENT_DIVISION', '30', 'MCH', now(), now());
insert into t_sys_entitlement values('ENT_DIVISION_RECORD_LIST', '页面:数据列表', 'no-icon', '', '', 'PB', 0, 1, 'ENT_DIVISION_RECORD', '0', 'MCH', now(), now());
insert into t_sys_entitlement values('ENT_DIVISION_RECORD_VIEW', '按钮:详情', 'no-icon', '', '', 'PB', 0, 1, 'ENT_DIVISION_RECORD', '0', 'MCH', now(), now());
insert into t_sys_entitlement values('ENT_DIVISION_RECORD_RESEND', '按钮:重试', 'no-icon', '', '', 'PB', 0, 1, 'ENT_DIVISION_RECORD', '0', 'MCH', now(), now());
-- 【商户系统】 系统管理
insert into t_sys_entitlement values('ENT_SYS_CONFIG', '系统管理', 'setting', '', 'RouteView', 'ML', 0, 1, 'ROOT', '200', 'MCH', now(), now());
...
...
docs/sql/patch.sql
View file @
86ff9c27
...
...
@@ -237,4 +237,8 @@ VALUES ('pppay', 'PayPal支付', 1, 0, 1,
NULL
,
'[{"name":"sandbox","desc":"环境配置","type":"radio","verify":"required","values":"1,0","titles":"沙箱环境, 生产环境"},{"name":"clientId","desc":"Client ID(客户端ID)","type":"text","verify":"required"},{"name":"secret","desc":"Secret(密钥)","type":"text","verify":"required","star":"1"},{"name":"refundWebhook","desc":"退款 Webhook id","type":"text","verify":"required"},{"name":"notifyWebhook","desc":"支付 Webhook id","type":"text","verify":"required"}]'
,
'[{"wayCode": "PP_PC"}]'
,
'http://jeequan.oss-cn-beijing.aliyuncs.com/jeepay/img/paypal.png'
,
'#005ea6'
,
1
,
'PayPal官方通道'
);
\ No newline at end of file
'http://jeequan.oss-cn-beijing.aliyuncs.com/jeepay/img/paypal.png'
,
'#005ea6'
,
1
,
'PayPal官方通道'
);
##
分账重试
insert
into
t_sys_entitlement
values
(
'ENT_DIVISION_RECORD_RESEND'
,
'按钮:重试'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_DIVISION_RECORD'
,
'0'
,
'MCH'
,
now
(),
now
());
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment