From ae57e6020e6dc41b42f27d5bf2f4ae653f58cb27 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 17 九月 2020 15:15:54 +0800 Subject: [PATCH] 可视化卡片去除白色背景 --- src/api/app.ts | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/api/app.ts b/src/api/app.ts index ddefa18..b0b8901 100644 --- a/src/api/app.ts +++ b/src/api/app.ts @@ -7,3 +7,19 @@ params: query }); }; + +//鑾峰彇搴旂敤涓績鍟嗗煄寰呮縺娲诲垪琛� +export const getUnActivedSdk = () => { + return request({ + url: "/data/api-v/sdk/buyList", + method: "get" + }); +}; + +//婵�娲婚〉闈㈢畻娉� +export const actPageAlg = (sdkId:String,code:String) => { + return request({ + url: `/data/api-v/sdk/active?sdkId=${sdkId}&code=${code}`, + method: "get", + }) +} \ No newline at end of file -- Gitblit v1.8.0