Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
zxn-adputin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lijin
zxn-adputin
Commits
d49a952c
Commit
d49a952c
authored
Sep 28, 2025
by
hzl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 初始化调用
parent
927767ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
accountManagement.js
src/api/accountManagement.js
+3
-3
No files found.
src/api/accountManagement.js
View file @
d49a952c
...
...
@@ -54,7 +54,7 @@ export function getFacebookAuthUrl() {
*/
export
function
getTiktokAccountList
()
{
return
request
({
url
:
process
.
env
.
PUTIN_API
+
'/
api/tiktok/oauth
/fbAdvertiserList'
,
url
:
process
.
env
.
PUTIN_API
+
'/
tiktok/fbAdvertiser/
/fbAdvertiserList'
,
method
:
'get'
})
}
...
...
@@ -66,7 +66,7 @@ export function getTiktokAccountList() {
*/
export
function
updateAccount
(
params
)
{
return
request
({
url
:
process
.
env
.
PUTIN_API
+
'/
api/tiktok/oauth
/fbAdvertiserUpdate'
,
url
:
process
.
env
.
PUTIN_API
+
'/
tiktok/fbAdvertiser
/fbAdvertiserUpdate'
,
method
:
'get'
,
params
})
...
...
@@ -79,7 +79,7 @@ export function updateAccount(params) {
*/
export
function
deleteTiktokAccount
(
id
)
{
return
request
({
url
:
process
.
env
.
PUTIN_API
+
'/
api/tiktok/oauth
/fbAdvertiserDelete'
,
url
:
process
.
env
.
PUTIN_API
+
'/
tiktok/fbAdvertiser
/fbAdvertiserDelete'
,
method
:
'get'
,
params
:
{
id
}
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment