杨骐彰

Results 21 comments of 杨骐彰

试了半天,终于跑起来了,文档确实一坨屎。 @Ccheng2729111 ```typescript import dingtalk from '@alicloud/dingtalk'; // @ts-ignore let client = new dingtalk.oauth2_1_0.default({ protocol: 'https', regionId: 'central', }); const getAccessTokenRequest = new dingtalk.oauth2_1_0.GetAccessTokenRequest({ appKey: 'xxx', appSecret: 'xxxx', }); try...