You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hace 1 año
123456789101112131415161718
  1. const grantsWechat = '/grants/wechat'
  2. const url = {
  3. 'BladeSystemDictDictionary': '/blade-system/dict/dictionary', // 获取认证Token
  4. 'BladeAuthToken': '/blade-auth/token', // 获取认证Token
  5. 'Guide': grantsWechat + '/guide', // 办事指南
  6. 'ConsumerinfopublicList': grantsWechat + '/consumerinfopublic/list', // 公式列表
  7. 'ConsumerinfopublicDetail': grantsWechat + '/consumerinfopublic/detail', // 获取公式详情数据
  8. 'ConsumerinfoSubmit': grantsWechat + '/consumerinfo/submit', // 新增
  9. 'ConsumerinfoUpload': grantsWechat + '/consumerinfo/upload', // 图片上传
  10. 'ConsumerinfoDetail': grantsWechat + '/consumerinfo/detail', // 申请资料详情
  11. 'ConsumerinfoCheckDetail': grantsWechat + '/consumerinfo/checkDetail', // 申请资料详情
  12. 'ConsumerinfoUpdate': grantsWechat + '/consumer/update', // 更新微信客户信息
  13. 'ConsumerinfoQuery': grantsWechat + '/consumer/query', // 更新微信客户信息
  14. 'QuotaGet': grantsWechat + '/quota/get', // 获取名额
  15. };
  16. module.exports = url;