Skip to content

Commit 8826abe

Browse files
committed
Update readme instruction
1 parent 55d55c2 commit 8826abe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Method:
188188

189189
Params:
190190
* baseString
191-
* secret
191+
* privateKey
192192

193193
```java
194194
String baseString = "GET&https://<<URL>/api/v1/&ap=裕廊坊 心邻坊&<<authPrefix>>_app_id=<<appId>>&<<authPrefix>>_nonce=7231415196459608363&<<authPrefix>>_signature_method=SHA256withRSA&<<authPrefix>>_timestamp=1502164219425&<<authPrefix>>_version=1.0&oq=c# nunit mac&q=c# nunit mac";
@@ -236,6 +236,8 @@ String certFileName = "certificates/alpha.test.p12";
236236
String password = "<<passphrase>>";
237237
String alias = "alpha";
238238
String appId = "<<appId>>";
239+
String secret = null;
240+
ApiList formList = null;
239241
String nonce = null;
240242
String timestamp = null;
241243

0 commit comments

Comments
 (0)