Browse Source

fix: test oss sts

ryanemax 8 months ago
parent
commit
188f83daec
1 changed files with 5 additions and 0 deletions
  1. 5 0
      server/cloud/aliyun/func-aliyun-oss.js

+ 5 - 0
server/cloud/aliyun/func-aliyun-oss.js

@@ -2,6 +2,11 @@
 const argv = require('yargs').argv
 
 
+/**
+ * @desc
+ curl -X POST -H "Content-Type: application/json" -H 'X-Parse-Application-Id: edu-textbook' http://8.140.98.43/parse/functions/aliOssSTS
+ * 
+ */
 export function defineAliOssSTS(){
     // function defineAuthingLogin(){
         Parse.Cloud.define("aliOssSTS", async (request) => {