提交 cec26f50 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 022af4f6
...@@ -42,7 +42,7 @@ export default class OtherAPI extends BaseAPI { ...@@ -42,7 +42,7 @@ export default class OtherAPI extends BaseAPI {
updatePwd = (obj = {}) => updatePwd = (obj = {}) =>
this.post( this.post(
'/api/usercenter/user/change-pwd-by-cookie', '/api/usercenter/user/change-pwd-by-cookie',
_.assignIn(obj, { service: 'h5.ezijing.com' }), _.assignIn(obj),
{ headers: { 'Content-Type': 'application/x-www-form-urlencoded' } } { headers: { 'Content-Type': 'application/x-www-form-urlencoded' } }
) )
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论