fix(mini-user): use Taro.request for analytics and prod API origin

Replace fetch with wx/Taro.request in client-logging for WeChat mini program; point production build to api.dukanghaoke.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-03 22:53:35 +08:00
parent 89fd333702
commit c8ea5a3119
7 changed files with 157 additions and 39 deletions
+1
View File
@@ -8,6 +8,7 @@ export {
type StoreTrackerOptions,
type PartnerTrackerOptions,
} from './analytics';
export { postJson, type PostJson, type PostJsonInput } from './http';
export {
installClientErrorReporting,
reportApiError,