支持快手行业电子凭证多店铺授权
This commit is contained in:
@@ -22,10 +22,12 @@ export function saveAdminKuaishouIndustrySourceConfig(
|
||||
)
|
||||
}
|
||||
|
||||
export function refreshAdminKuaishouIndustryAccessToken() {
|
||||
export function refreshAdminKuaishouIndustryAccessToken(
|
||||
payload: { sellerId?: string } = {},
|
||||
) {
|
||||
return apiPost<AdminKuaishouIndustryRefreshTokenResponse>(
|
||||
'/api/v1/admin/platform-config/kuaishou-industry-source/refresh-token',
|
||||
{},
|
||||
payload,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user