Skip to content

Commit

Permalink
增加合成优惠券功能
Browse files Browse the repository at this point in the history
  • Loading branch information
gooking committed Jan 9, 2021
1 parent 5182d76 commit 0391fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miniprogram_npm/apifm-wxapi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ module.exports =

/* eslint-disable */
// 小程序开发api接口工具包,https://github.com/gooking/wxapi
// var API_BASE_URL = 'https://api.it120.cc';
var API_BASE_URL = 'http://127.0.0.1:8081';
var API_BASE_URL = 'https://api.it120.cc';
// var API_BASE_URL = 'http://127.0.0.1:8081';
var subDomain = '-';

var request = function request(url, needSubDomain, method, data) {
Expand Down

0 comments on commit 0391fbb

Please sign in to comment.