tencent/main_test.js

12 lines
215 B
JavaScript
Raw Normal View History

2024-12-20 18:35:59 +08:00
import tencent from 'apigo.cc/cloud/tencent'
import co from 'apigo.cc/gojs/console'
try {
let lao = tencent.cos('lao')
co.info(JSON.stringify(lao.getToken()))
} catch (ex) {
co.error(ex)
}
return true