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
607145ec
Commit
607145ec
authored
Oct 12, 2021
by
dingzhiwei
Browse files
更新sql语句
parent
b49ac6e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/sql/patch.sql
View file @
607145ec
...
@@ -220,4 +220,4 @@ insert into t_sys_entitlement values('ENT_PAY_ORDER_REFUND', '按钮:订单退
...
@@ -220,4 +220,4 @@ insert into t_sys_entitlement values('ENT_PAY_ORDER_REFUND', '按钮:订单退
##
-- ++++ [v1.8.0] ===> [v1.9.0] ++++
##
-- ++++ [v1.8.0] ===> [v1.9.0] ++++
-- 增加小新支付通道
-- 增加小新支付通道
INSERT
INTO
jeepaydb
.
t_pay_interface_define
(
if_code
,
if_name
,
is_mch_mode
,
is_isv_mode
,
config_page_type
,
isv_params
,
isvsub_mch_params
,
normal_mch_params
,
way_codes
,
icon
,
bg_color
,
state
,
remark
,
created_at
,
updated_at
)
VALUES
(
'xxpay'
,
'小新支付'
,
1
,
0
,
1
,
null
,
null
,
'[{"name":"mchId","desc":"商户号","type":"text","verify":"required"},{"name":"key","desc":"私钥","type":"text","verify":"required","star":"1"},{"name":"payUrl","desc":"支付网关地址","type":"text","verify":"required"}]'
,
'[{"wayCode": "ALI_BAR"}, {"wayCode": "ALI_JSAPI"}, {"wayCode": "WX_BAR"}, {"wayCode": "WX_JSAPI"}]'
,
'http://jeequan.oss-cn-beijing.aliyuncs.com/jeepay/img/xxpay.png'
,
'#2E4360'
,
1
,
null
,
'2021-09-20 15:21:04'
,
'2021-09-30 14:55:32.907325'
);
INSERT
INTO
t_pay_interface_define
(
if_code
,
if_name
,
is_mch_mode
,
is_isv_mode
,
config_page_type
,
isv_params
,
isvsub_mch_params
,
normal_mch_params
,
way_codes
,
icon
,
bg_color
,
state
,
remark
,
created_at
,
updated_at
)
VALUES
(
'xxpay'
,
'小新支付'
,
1
,
0
,
1
,
null
,
null
,
'[{"name":"mchId","desc":"商户号","type":"text","verify":"required"},{"name":"key","desc":"私钥","type":"text","verify":"required","star":"1"},{"name":"payUrl","desc":"支付网关地址","type":"text","verify":"required"}]'
,
'[{"wayCode": "ALI_BAR"}, {"wayCode": "ALI_JSAPI"}, {"wayCode": "WX_BAR"}, {"wayCode": "WX_JSAPI"}]'
,
'http://jeequan.oss-cn-beijing.aliyuncs.com/jeepay/img/xxpay.png'
,
'#2E4360'
,
1
,
null
,
'2021-09-20 15:21:04'
,
'2021-09-30 14:55:32.907325'
);
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