1 Star 0 Fork 1

Augly/wechat-mini-init

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 420 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jin 提交于 2018-05-28 16:55 +08:00 . 增加意见反馈小例子
export const API_HOST = "http://127.0.0.1";
export const API_URL = API_HOST + '/index.php/api';
export const VERSION = "1.0.0";
/**
* 相关api接口地址
* @type {{...}}
*/
export const urls = {
member: {
login: API_URL + '/member/wxlogin',
info: API_URL + '/member/getInfo',
save: API_URL + '/member/setInfo',
},
public: {
upload: API_URL + '/utils/upload',
feedback: API_URL + '/logs/feedback'
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Q_Augly/wechat-mini-init.git
git@gitee.com:Q_Augly/wechat-mini-init.git
Q_Augly
wechat-mini-init
wechat-mini-init
master

搜索帮助