提交 31308fdd authored 作者: 钟是志's avatar 钟是志

微信验证登录绑定

上级 7145b619
...@@ -2,7 +2,7 @@ import request from '@/H5Public/utils/request'; ...@@ -2,7 +2,7 @@ import request from '@/H5Public/utils/request';
import config from '@/config/config'; import config from '@/config/config';
export function getMobileInfo(params = {}, url) { export function getMobileInfo(params = {}, url) {
return request(config.yxMobileServer + url, { return request(config.wxServer + url, {
method: 'POST', method: 'POST',
body: params, body: params,
}); });
...@@ -13,4 +13,4 @@ export function getWebInfo(params = {}, url) { ...@@ -13,4 +13,4 @@ export function getWebInfo(params = {}, url) {
method: 'POST', method: 'POST',
body: params, body: params,
}); });
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论