MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / findActivityNo

Method findActivityNo

wxapp/longfor.js:456–458  ·  view source on GitHub ↗
(payload)

Source from the content-addressed store, hash-verified

454 }
455
456 findActivityNo(payload) {
457 return (JSON.stringify(payload || {}).match(/activity_no=([0-9]+)/) || [])[1] || "";
458 }
459
460 async getPageConfig() {
461 const data = await this.miniPost(

Callers 1

getPageConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected