feat: update of partner

This commit is contained in:
eleanor.mao
2025-05-15 01:02:00 +08:00
parent 7aafc3a789
commit d2ac64f20c
52 changed files with 1435 additions and 265 deletions

View File

@ -107,7 +107,7 @@ class Http {
url: BASE_URL + url,
data,
method: method,
header: { 'content-type': contentType },
header: { 'content-type': contentType /*, 'user-Id': '588002047871053824' */ },
};
return this.request(option);
};