|
|
@ -133,7 +133,7 @@ public class BxActivity extends BaseActivity implements DisposalFileAdapter.Item
|
|
|
|
|
|
|
|
|
|
|
|
// 维修
|
|
|
|
// 维修
|
|
|
|
private void initRequest(String uri) {
|
|
|
|
private void initRequest(String uri) {
|
|
|
|
OkGo.<MyResult>get(url + "/system/dict/data/type/" + uri).tag(this)
|
|
|
|
OkGo.<MyResult>get(url + "/dms/mobile/dict/type/" + uri).tag(this)
|
|
|
|
.execute(new MyRecultCall(dialog, this) {
|
|
|
|
.execute(new MyRecultCall(dialog, this) {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void onSuccess(Response<MyResult> response) {
|
|
|
|
public void onSuccess(Response<MyResult> response) {
|
|
|
|