123456789101112131415161718192021222324 |
- 'use strict';
- /**
- * egg-szjcomo-dyw default config
- * @member Config#szjcomoDyw
- * @property {String} SOME_KEY - some description
- */
- exports.dxw = {
- /**
- * [accesskey 平台分配给用户的accesskey]
- * @type {String}
- */
- accesskey:'xxxx',
- /**
- * [secret 平台分配给用户的secret]
- * @type {String}
- */
- secret:'xxxx',
- /**
- * [sign 可传项 单项目建议配置上]
- * @type {String}
- */
- sign:'xxx'
- };
|