- // Copyright 2019 getensh.com. All rights reserved.
- // Use of this source code is governed by getensh.com.
- package apis
- const (
- ApiNotifyChannel = "api_notify"
- MerchantNotifyChannel = "merchant_notify"
- MerchantApiNotifyChannel = "merchant_api_notify"
- NameNotifyChannel = "name_notify"
- ApiExportInfoNotifyChannel = "api_export_info_notify"
- ProviderExportInfoNotifyChannel = "provider_export_info_notify"
- )
|