This commit is contained in:
wentch
2016-01-21 18:12:39 +08:00
parent 45af48cd3c
commit a982136b20
2 changed files with 3 additions and 3 deletions

View File

@@ -646,7 +646,7 @@
    包头固定长度为72字节其结构如下:
</p>
<table style="margin: auto;">
<tr><th>字段</th><th>占用字节数</th><th>描述</th></tr>
<tr><th> </th><th>占用字节数</th><th> </th></tr>
<tr><td>序列号</td><td style="text-align: center;">8</td><td>请求的唯一序列号</td></tr>
<tr><td>包头长度</td><td style="text-align: center;">2</td><td>值固定为72</td></tr>
<tr><td>Service类名hash值</td><td style="text-align: center;">16</td><td>Service类名class.getName()的MD5值</td></tr>