Commit 2ff4c2ea authored by Q14's avatar Q14

update

parent 9181a728
import 'dart:convert'; import 'dart:convert';
import 'dart:io'; import 'dart:io';
import 'package:dio/dio.dart'; import 'package:dio/dio.dart';
/**
* @Author: thl
* @GitHub: https://github.com/Sky24n
* @JianShu: https://www.jianshu.com/u/cbf2ad25d33a
* @Email: 863764940@qq.com
* @Description: Dio Util.
* @Date: 2018/12/19
*/
/// <BaseResp<T> 返回 status code msg data. /// <BaseResp<T> 返回 status code msg data.
class BaseResp<T> { class BaseResp<T> {
String status; String status;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment