香洲二院小程序
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

12 lines
290 B

<?php
/**
* his 系统值 / 自定义值
*/
return [
// 绑定就诊卡数上限
'max_bind_patient_count' => 5,
// 跳转小程序类型:developer为开发版;trial为体验版;formal为正式版;默认为正式版
'mini_program_message_state' => 'developer'
];