- 短信服务 签名,添加后台管理

This commit is contained in:
sin-ning@aliyun.com
2019-05-26 18:17:17 +08:00
parent 24a7542704
commit e425d22bf7
14 changed files with 1156 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ const DictionaryConstants = {
ORDER_RETURN_STATUS: 'order_return_status',
ORDER_RETURN_REASON: 'order_return_reason',
ORDER_RETURN_SERVICE_TYPE: 'order_return_service_type',
// sms
SMS_PLATFORM: 'sms_platform',
SMS_APPLY_STATUS: 'sms_apply_status',
};
export default DictionaryConstants;