Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

url.js 1.0KB

1 år sedan
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;