'require', // 'alipay_notify_url' => 'require', 'we_chat_pay_mch_secret_cert' => 'require', 'we_chat_pay_mch_public_cert_path' => 'require', ]; protected $message = [ 'we_chat_pay_notify_url.require' => ['common_validate.require', ['we_chat_pay_notify_url']], // 'alipay_notify_url.require' => ['common_validate.require', ['alipay_notify_url']], 'we_chat_pay_mch_secret_cert.require' => ['common_validate.require', ['we_chat_pay_mch_secret_cert']], 'we_chat_pay_mch_public_cert_path.require' => ['common_validate.require', ['we_chat_pay_mch_public_cert_path']], ]; protected $scene = [ "add" => ['we_chat_pay_appid', 'we_chat_pay_app_id', 'we_chat_pay_miniapp_id', 'we_chat_pay_mch_id', 'we_chat_pay_key', 'we_chat_pay_miniapp_secret', 'we_chat_pay_notify_url', 'alipay_appId', 'alipay_rsa_private_key', 'alipay_public_key', 'alipay_notify_url'], "edit" => ['we_chat_pay_appid', 'we_chat_pay_app_id', 'we_chat_pay_miniapp_id', 'we_chat_pay_mch_id', 'we_chat_pay_key', 'we_chat_pay_miniapp_secret', 'we_chat_pay_notify_url', 'alipay_appId', 'alipay_rsa_private_key', 'alipay_public_key', 'alipay_notify_url'] ]; }