还原系统、更新配置
This commit is contained in:
3
other/sql/weixinconfig.sql
Normal file
3
other/sql/weixinconfig.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
INSERT INTO smart_venue.sv_pay_config (id, appId, `key`, mchId, notifyUrl, cancel, platform_id, deleted, created_time, cert, name) VALUES(1, 'wx73eb8a9ed10a029d', 'K44NKTHgV9LglJb4J7CfnrzpWJDB6SMx', '1505718751', 'https://api.hongyutiyu.top/weixin/order/Notify', 'https://api.hongyutiyu.top/weixin/order/refund', 1, 0, '2018-07-25 14:15:29.0', '/opt/apiclient_cert.p12', 'face');
|
||||
-- platform
|
||||
INSERT INTO sv_platform (id, name, `key`, appId, secret, templateId, created_id, modified_id, created_time, modified_time, deleted, cache_key_access_token) VALUES(1, '人脸识别', 'SVFACE', 'wxb1f499f0a173865b', '2082295acf1125b5d32b69c7c5af967f', NULL, 0, 0, '2018-08-01 17:36:16.0', '2018-08-01 17:36:16.0', 0, 'sv_face');
|
||||
Reference in New Issue
Block a user