公众号项目
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.

12 lines
419 B

1 year ago
  1. /**
  2. * 接口列表文件
  3. */
  4. export default {
  5. myInfo: {url:'/han-hai-dev/sm/index/getUserInfo',auth:false,method:'GET'},
  6. //用户-微信公众号授权登录
  7. wxLogin: {url:'/han-hai-dev/sm/index/wxLogin',auth:false,method:'POST'},
  8. //微信支付
  9. create: {url:'/job-dev/job/pay/create',auth:false,method:'GET'},
  10. //创建分享
  11. creteFenxian: {url:'/job-dev/binYuan/pay/creteFenXian',auth:false,method:'POST'},
  12. };