香洲二院小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mini_xzey/config/custom.php

17 lines
463 B

<?php
/**
* his 系统值 / 自定义值
*/
return [
// 绑定就诊卡数上限
'max_bind_patient_count' => 5,
// 跳转小程序类型:developer为开发版;trial为体验版;formal为正式版;默认为正式版
'mini_program_message_state' => 'developer',
// 支付通知地址
'payment_notify_url' => env('APP_URL'). '/Api/notify',
// 免密授权跳转小程序APP ID
'redirect_app_id' => 'wxe183cd55df4b4369'
];