This commit is contained in:
wangdongsheng 2021-09-15 23:22:07 +08:00
parent a1e735e352
commit e25b23ff09

View File

@ -481,6 +481,7 @@ public class TreasureFragment extends BaseFragment implements View.OnClickListen
.url(HttpInterface.USER_LOCATION)
.cls(UserBean.class)
.params(httpParams)
.token(Constant.ACCESS_TOKEN)
.postRequest(new Callback<UserBean>() {
@Override