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 55d55c2 commit 8826abeCopy full SHA for 8826abe
README.md
@@ -188,7 +188,7 @@ Method:
188
189
Params:
190
* baseString
191
-* secret
+* privateKey
192
193
```java
194
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";
236
String password = "<<passphrase>>";
237
String alias = "alpha";
238
String appId = "<<appId>>";
239
+String secret = null;
240
+ApiList formList = null;
241
String nonce = null;
242
String timestamp = null;
243
0 commit comments