Sign in
OPEN-API
/
WIKI
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d07cbcfacb85cda08430d3a7be4417f8f1c69a01
Authored by
马亚鑫
2020-10-21 10:10:55 +0800
1 parent
6efa1b6b
fix
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
05.互动云/12.1 读取用户当前热力值.md
05.互动云/12.2 热力值兑商品.md
05.互动云/12.1 读取用户当前热力值.md
View file @
d07cbcf
...
...
@@ -32,6 +32,12 @@
32
32
<td>string</td>
33
33
<td>用户token</td>
34
34
</tr>
35
+ <tr>
36
+ <td>sign</td>
37
+ <td>true</td>
38
+ <td>string</td>
39
+ <td>签名</td>
40
+ </tr>
35
41
</table>
36
42
-----
37
43
#### 返回格式说明:
...
...
05.互动云/12.2 热力值兑商品.md
View file @
d07cbcf
...
...
@@ -38,6 +38,12 @@
38
38
<td>int</td>
39
39
<td>热力值</td>
40
40
</tr>
41
+ <tr>
42
+ <td>sign</td>
43
+ <td>true</td>
44
+ <td>string</td>
45
+ <td>签名</td>
46
+ </tr>
41
47
</table>
42
48
-----
43
49
#### 返回格式说明:
...
...