MCPcopy Create free account
hub / github.com/smallfawn/QLScriptPublic / baseData

Method baseData

wxapp/vipshop.js:168–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 baseData() {
169 return {
170 app_name: "shop_weixin_mina",
171 client: "wechat_mini_program",
172 source_app: "shop_weixin_mina",
173 api_key: API_KEY,
174 app_version: "4.0",
175 client_type: "wap",
176 format: "json",
177 mobile_platform: "2",
178 ver: "2.0",
179 standby_id: "native",
180 union_mark: "",
181 sd_tuijian: "",
182 mobile_channel: "nature",
183 mars_cid: this.marsCid,
184 warehouse: DEFAULT_WAREHOUSE,
185 fdc_area_id: DEFAULT_AREA,
186 province_id: DEFAULT_AREA,
187 wap_consumer: "A1",
188 t: Math.floor(Date.now() / 1000),
189 net: "WIFI",
190 width: 375,
191 height: 667,
192 phone_model: "Windows",
193 phone_brand: "",
194 sys_version: "Windows 10",
195 is_default_area: "1",
196 app_theme_mode: "0",
197 app_theme_action: "0",
198 req_scene: 0,
199 };
200 }
201
202 cookie() {
203 const items = [

Callers 4

getVipWechatInfoMethod · 0.95
autoLoginMethod · 0.95
signInfoMethod · 0.95
signMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected