|
@@ -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) => {
|