We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0135893 commit 8b2b95cCopy full SHA for 8b2b95c
README.md
@@ -11,3 +11,18 @@
11
```shell script
12
pip install dada_openapi_client
13
```
14
+
15
+### 使用
16
+```python
17
+from dada_openapi_client.dada_client import DdMakeSign
18
19
+body = {
20
+ "source_id": "73753",
21
+ "v": "1.0",
22
+ "format": "json",
23
+ "body": "{\"order_id\":\"111111111\"}",
24
+ "timestamp": "1574927842"
25
+}
26
+d = DdMakeSign(appKey='dada11111111111', app_secret='111111111111111111111111')
27
+print(d.make_sign(body=body))
28
+```
setup.py
@@ -14,7 +14,7 @@
setuptools.setup(
name = "dada_openapi_client",
- version = "1.0.1",
+ version = "1.0.3",
author = "Weiqiang.long",
description = "达达签名数据封装",
long_description = long_description,
0 commit comments