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.
4 lines
231 B
4 lines
231 B
"use strict";
|
|
const uni_modules_uviewPlus_index = require("../uni_modules/uview-plus/index.js");
|
|
const weixinLogin = (data) => uni_modules_uviewPlus_index.http.post("member/auth/wx_login", data);
|
|
exports.weixinLogin = weixinLogin;
|