Browse Source

支付,游客登录,bug

null_safety
fmk 4 years ago
parent
commit
77af29f3d1
  1. 2
      lib/retrofit/retrofit_api.g.dart

2
lib/retrofit/retrofit_api.g.dart

@ -9,7 +9,7 @@ part of 'retrofit_api.dart';
class _ApiService implements ApiService {
_ApiService(this._dio, {this.baseUrl}) {
ArgumentError.checkNotNull(_dio, '_dio');
baseUrl ??= 'http://platform.test.api.lotus-wallet.com/app/';
baseUrl ??= 'http://192.168.10.236:8766/app/';
}
final Dio _dio;

Loading…
Cancel
Save