feat(): add plan order endpoints
This commit is contained in:
@@ -309,7 +309,6 @@ export default abstract class BaseRestClient {
|
||||
'ACCESS-PASSPHRASE': this.apiPass,
|
||||
'ACCESS-TIMESTAMP': signResult.timestamp,
|
||||
'ACCESS-SIGN': signResult.sign,
|
||||
'Content-Type': 'application/json',
|
||||
};
|
||||
|
||||
if (method === 'GET') {
|
||||
|
||||
Reference in New Issue
Block a user