service_url.dart 516 B

12345678
  1. const serviceUrl = 'http://v.jspang.com:8088/baixing';
  2. const servicePath = {
  3. 'homePageContext': serviceUrl + '/wxmini/homePageContent', // 商家首页信息
  4. 'homePageBelowConten': serviceUrl + '/wxmini/homePageBelowConten', //商城首页热卖商品拉取
  5. 'getCategory': serviceUrl + '/wxmini/getCategory', //商品类别信息
  6. 'getMallGoods': serviceUrl + '/wxmini/getMallGoods', //商品分类的商品列表
  7. 'getGoodDetailById': serviceUrl + '/wxmini/getGoodDetailById', //商品详细信息列表
  8. };