Commit 9486bbbf by 宋毅

tj

parent 26c922ee
...@@ -39,7 +39,7 @@ class jdAuthAPI extends APIBase { ...@@ -39,7 +39,7 @@ class jdAuthAPI extends APIBase {
ctx.body = tmpContent; ctx.body = tmpContent;
ctx.method = 'POST' ctx.method = 'POST'
signer = new Signer(ctx, credentials); var signer = new Signer(ctx, credentials);
ctx.headers.set('Content-Length', tmpContentLength) ctx.headers.set('Content-Length', tmpContentLength)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment