Commit db58ca9c by 王栋源

wdy

parent c7f3839d
...@@ -19,10 +19,10 @@ class aliyunClient { ...@@ -19,10 +19,10 @@ class aliyunClient {
//阿里接口 //阿里接口
async reqbyget(obj, cbk) { async reqbyget(obj, cbk) {
const aliclient = new RPCClient({ const aliclient = new RPCClient({
accessKeyId: 'LTAI4FmyipY1wuLHjLhMWiPa', accessKeyId: "LTAI1pJs7KQizBe2",
accessKeySecret: 'hp4FF18IDCSym1prqzxrAjnnhNH3ju', accessKeySecret: "MMNibebAPqR9AnX5YWHnSL2tHMSIoL",
endpoint: 'https://trademark.aliyuncs.com', endpoint: "https://companyreg.aliyuncs.com",
apiVersion: '2018-07-24' apiVersion: "2020-03-06"
}); });
var action = obj.action; var action = obj.action;
var reqbody = obj.reqbody; var reqbody = obj.reqbody;
......
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