mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-11-12 21:53:44 +08:00
新增支付宝免输插件,修复一些小问题
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
const payCode = '<?php echo htmlentities($payUrl); ?>';
|
||||
const payCode = '<?php echo $payUrl; ?>';
|
||||
const codeType = '<?php echo htmlentities($code_type); ?>';
|
||||
const payType = '<?php echo htmlentities($type); ?>';
|
||||
const order = '<?php echo htmlentities($order_id); ?>';
|
||||
|
||||
Reference in New Issue
Block a user