cashier_weapp/common/js/shop.js

5 lines
117 B
JavaScript

export default {
userwxlogin(data) { //登录
return uni.api.post("/login/wx/custom/login", data, type = 2);
},
}