12.12 页面风格改版,增加事件详情相关概念网页跳转,增加绑定手机号功能
This commit is contained in:
@@ -20,6 +20,10 @@ export const loginByEmail = param => post('/api/auth/login/email',param)
|
||||
* 微信登录
|
||||
*/
|
||||
export const loginByWx = param => post('/api/auth/login/wechat',param)
|
||||
/**
|
||||
* 微信绑定手机号
|
||||
*/
|
||||
export const wxBindPhone = param => post('/api/auth/bindphone/wechat',param)
|
||||
|
||||
/**
|
||||
* 行业分类列表
|
||||
|
||||
Reference in New Issue
Block a user