Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmd_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile
gmd_flutter
Commits
2ff4c2ea
Commit
2ff4c2ea
authored
May 17, 2019
by
Q14
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
9181a728
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
DioUtil.dart
lib/netWork/DioUtil.dart
+0
-10
No files found.
lib/netWork/DioUtil.dart
View file @
2ff4c2ea
import
'dart:convert'
;
import
'dart:io'
;
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.
class
BaseResp
<
T
>
{
String
status
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment