瀏覽代碼

公众号列表

nieyuge 2 周之前
父節點
當前提交
01cdd72e1c
共有 3 個文件被更改,包括 41 次插入8 次删除
  1. 4 0
      src/assets/images/success-check.svg
  2. 1 0
      src/http/api.ts
  3. 36 8
      src/views/cooperationAccount/gzh/index.tsx

+ 4 - 0
src/assets/images/success-check.svg

@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="140" height="140" viewBox="0 0 140 140">
+  <circle cx="70" cy="70" r="70" fill="#2ECC71"/>
+  <path d="M60 85.7L40.3 66l-5.7 5.7 25.4 25.4 54.7-54.7-5.7-5.7z" fill="white"/>
+</svg>

+ 1 - 0
src/http/api.ts

@@ -27,3 +27,4 @@ export const getAgencyInfo = `${import.meta.env.VITE_API_URL}/ad/platform/user/g
 export const accountGetContentType = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/getContentType`
 export const accountGetAuthQrCode = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/getAuthQrCode`
 export const accountGetAuthResult = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/getAuthResult`
+export const accountList = `${import.meta.env.VITE_API_URL}/contentPlatform/cooperateAccount/gzh/list`

File diff suppressed because it is too large
+ 36 - 8
src/views/cooperationAccount/gzh/index.tsx


Some files were not shown because too many files changed in this diff