feat 公众号增加支付宝支付渠道

This commit is contained in:
damonyuan 2024-11-15 15:05:41 +08:00
parent 566c236df8
commit 92d262daf6
1 changed files with 2 additions and 1 deletions

View File

@ -242,7 +242,8 @@ INSERT INTO `la_dev_pay_way` (`id`, `pay_config_id`, `scene`, `is_default`, `sta
(4, 2, 2, 1, 1),
(5, 1, 3, 0, 1),
(6, 2, 3, 1, 1),
(7, 3, 3, 0, 1);
(7, 3, 3, 0, 1),
(8, 3, 2, 0, 1);
DROP TABLE IF EXISTS `la_dict_data`;
CREATE TABLE `la_dict_data` (