-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcloud.js
37 lines (37 loc) · 1.2 KB
/
cloud.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
if ($response.body) {
$notification.post("识别成功","识别成功",$response.body)
$done({
body: JSON.stringify({
"product_infos": [{
"product_id": "5310897792128633390",
"start_time": 1417260485,
"end_time": 2147483648,
"buy_time": "1417260485",
"cluster": "offlinedl",
"detail_cluster": "offlinedl",
"product_name": "gz_telecom_exp"
}, {
"product_name": "svip2_nd",
"product_description": "超级会员",
"function_num": 0,
"start_time": 1553702399,
"buy_description": "",
"buy_time": 0,
"product_id": "1",
"auto_upgrade_to_svip": 0,
"end_time": 1672502399,
"cluster": "vip",
"detail_cluster": "svip",
"status": 0
}],
"currenttime": 1573473597,
"reminder": {
"reminderWithContent": [],
"advertiseContent": []
},
"request_id": 7501873289383874371
})
});
} else {
$done({});
}