<?php

/**
 * his 系统值 / 自定义值
 */

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