mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
Initial commit: new history
This commit is contained in:
19
Scripts/xmecard.js
Normal file
19
Scripts/xmecard.js
Normal file
@ -0,0 +1,19 @@
|
||||
let obj =
|
||||
{
|
||||
"result": {
|
||||
"imgUrl": "https://raw.githubusercontent.com/fmz200/wool_scripts/main/pic/pop/p0.jpeg",
|
||||
"orderBy": 0,
|
||||
"cRule": [{"key": "advTime", "sign": "=", "value": "0", "url": "www.baidu.com"}],
|
||||
"id": 465,
|
||||
"order": 0,
|
||||
"title": "手机e通卡",
|
||||
"imgId": null,
|
||||
"urlParam": "[]",
|
||||
"gCode": "startAdv",
|
||||
"subTitle": null,
|
||||
"url": "-"
|
||||
},
|
||||
"flag": 0
|
||||
};
|
||||
let body = JSON.stringify(obj);
|
||||
$done({body});
|
||||
Reference in New Issue
Block a user