-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c074a31
commit dd3111c
Showing
5 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Stack trace: | ||
Frame Function Args | ||
000FFFFA198 0018005D44E (0018023C1CD, 0018021DC26, 000FFFFA198, 000FFFF9090) | ||
000FFFFA198 00180046609 (00000000000, 00000000000, 00000000000, 001005F0D3C) | ||
000FFFFA198 00180046642 (0018023C289, 000FFFFA048, 000FFFFA198, 00000000000) | ||
000FFFFA198 001800AA5FF (00000000000, 00000000000, 00000000000, 00000000000) | ||
000FFFFA198 001800AA84D (000FFFFA1B0, 00000000000, 00000000000, 00000000000) | ||
000FFFFA230 001800ABB1C (000FFFFA1B0, 00000000000, 00000000000, 00000000000) | ||
End of stack trace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## SendServerVO | ||
|
||
包路径:com.github.unclecatmyself.common.bean.vo | ||
|
||
类说明:服务通讯View Object | ||
|
||
### 属性 | ||
|
||
- String token | ||
|
||
token标签 | ||
|
||
- String value | ||
|
||
对应的值 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## HttpUtil | ||
|
||
包路径:com.github.unclecatmyself.common.utils | ||
|
||
类说明:HTTP接口基础工具处理 | ||
|
||
### 方法 | ||
|
||
- checkType(FullHttpRequest msg) | ||
|
||
> 返回 String | ||
说明:校验API接口获取通讯数据的类型,类似Rest API 的后缀判断 | ||
|
||
- getToken(FullHttpRequest msg) | ||
|
||
> 返回 [SendServerVO](../bean/vo/SendServerVO.md) | ||
说明:从uri中获取对应的Token值,构造对应的[SendServerVO](../bean/vo/SendServerVO.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters