Commit 3879dfd7 authored by wjf's avatar wjf

Merge branch 'dev' of gitlab2.dui88.com:wanghongyuan/xiaoxiaole into dev

parents e1f2e312 87da6aa7
......@@ -40,61 +40,61 @@
</head>
<body>
<div style="margin: auto;width: 100%;height: 100%;" class="egret-player" data-entry-class="Main"
data-orientation="auto" data-scale-mode="showAll" data-frame-rate="60" data-content-width="750"
data-content-height="1624" data-multi-fingered="2" data-show-fps="false" data-show-log="true"
data-show-fps-style="x:0,y:0,size:12,textColor:0xffffff,bgAlpha:0.9">
</div>
<div style="margin: auto;width: 100%;height: 100%;" class="egret-player" data-entry-class="Main"
data-orientation="auto" data-scale-mode="showAll" data-frame-rate="60" data-content-width="750"
data-content-height="1624" data-multi-fingered="2" data-show-fps="false" data-show-log="true"
data-show-fps-style="x:0,y:0,size:12,textColor:0xffffff,bgAlpha:0.9">
</div>
<script src="libs/modules/egret/egret.js"></script>
<script src="libs/modules/egret/egret.web.js"></script>
<script src="libs/modules/eui/eui.js"></script>
<script src="libs/modules/assetsmanager/assetsmanager.js"></script>
<script src="libs/modules/tween/tween.js"></script>
<script src="libs/zepto.min.js"></script>
<script src="libs/security.js"></script>
<script src="libs/downloadApp.js"></script>
<script src="libs/svga.egret.min2.js"></script>
<script src="libs/aes.js"></script>
<script src="libs/pad-zeropadding.js"></script>
<!-- 复制口令苏宁提供的js,线上需要添加 -->
<script src="https://yun.dui88.com/DS-tech/dtt_tech/suning/snShare.min.js"></script>
<!-- //线上不需要 -->
<script src="libs/fileSave.js"></script>
<img id="pic" style="width:100%;position: absolute;z-index: 999;display: none;"/>
<script>
window.fresp=0.00001;
// localStorage.clear();
window['testUrl'] = 'http://cuxiaoprexg.m.cnsuning.com/scms/cx521.html?activityId=SL446689024459878400&subactivityId=SUB446689681678090240&businessid=cx521';
window['hbRainTime'] = 30; // 红包雨倒计时
window['plugs'] = [1, 2, 3];
// localStorage.clear();
window['isInvitePage'] = 0;
var targetUrl = 'https://gameact.suning.com/sngame-web/api/duiba/private/v1/getLoginUrl.do?appCode=duiba&activityCode=3651404';
<script src="libs/modules/egret/egret.js"></script>
<script src="libs/modules/egret/egret.web.js"></script>
<script src="libs/modules/eui/eui.js"></script>
<script src="libs/modules/assetsmanager/assetsmanager.js"></script>
<script src="libs/modules/tween/tween.js"></script>
<script src="libs/zepto.min.js"></script>
<script src="libs/security.js"></script>
<script src="libs/downloadApp.js"></script>
<script src="libs/svga.egret.min2.js"></script>
<script src="libs/aes.js"></script>
<script src="libs/pad-zeropadding.js"></script>
<!-- 复制口令苏宁提供的js,线上需要添加 -->
<script src="https://yun.dui88.com/DS-tech/dtt_tech/suning/snShare.min.js"></script>
<!-- //线上不需要 -->
<script src="libs/fileSave.js"></script>
<img id="pic" style="width:100%;position: absolute;z-index: 999;display: none;" />
<script>
window.fresp = 0.00001;
// localStorage.clear();
window['testUrl'] = 'http://cuxiaoprexg.m.cnsuning.com/scms/cx521.html?activityId=SL446689024459878400&subactivityId=SUB446689681678090240&businessid=cx521';
window['hbRainTime'] = 30; // 红包雨倒计时
window['plugs'] = [1, 2, 3];
// localStorage.clear();
window['isInvitePage'] = 0;
var targetUrl = 'https://gameact.suning.com/sngame-web/api/duiba/private/v1/getLoginUrl.do?appCode=duiba&activityCode=3651404';
/*
* 邀请有礼分享
*/
function inviteShare(shareCode) {
let title = "求求你可以帮我点一下吗?还差一点点就可以领红包了~";
let content = "我在狮狮连萌等你,一起天天领福利哦";
let targetUrl = "https://gameact.suning.com/duiba/customShare/share?id=3531" + "&shareCode=" + shareCode; // 待修改
let iconUrl = "http://yun.duiba.com.cn/db_games/xiaoxiaole2.jpg";
let shareWays = "1,2";
console.log("AppReady");
if (isIphone()) {
console.log("IOS");
console.log(window.SNNativeClient);
window.callNativeShareResult = function () {
};
window.SNNativeClient.callNativeShare(title, content, targetUrl, iconUrl, shareWays);
} else {
console.log("安卓");
console.log(shareApi);
console.log(shareApi.callMediaShare);
shareApi.callNativeShare(title, content, targetUrl, iconUrl, shareWays);
/*
* 邀请有礼分享
*/
function inviteShare(shareCode) {
let title = "求求你可以帮我点一下吗?还差一点点就可以领红包了~";
let content = "我在狮狮连萌等你,一起天天领福利哦";
let targetUrl = "https://gameact.suning.com/duiba/customShare/share?id=3531" + "&shareCode=" + shareCode; // 待修改
let iconUrl = "http://yun.duiba.com.cn/db_games/xiaoxiaole2.jpg";
let shareWays = "1,2";
console.log("AppReady");
if (isIphone()) {
console.log("IOS");
console.log(window.SNNativeClient);
window.callNativeShareResult = function () {
};
window.SNNativeClient.callNativeShare(title, content, targetUrl, iconUrl, shareWays);
} else {
console.log("安卓");
console.log(shareApi);
console.log(shareApi.callMediaShare);
shareApi.callNativeShare(title, content, targetUrl, iconUrl, shareWays);
}
}
}
function isIphone() {
var ua = navigator.userAgent.toLocaleLowerCase();
if (ua.match(/iphone|ipad/)) {
......@@ -209,8 +209,10 @@
<script src="output.js"></script>
<script>
const SAUP = () => {
window['SAUP'] = {
sendLogData: (click,p) => {
console.log('发送买点',p.sapmodid,p.eleid)
}
}
</script>
</body>
......
......@@ -10,6 +10,8 @@ import { IExposureData } from '../data/common/IExposureData';
import { GDispatcher } from '../../tc/util/GDispatcher';
import onNotSuccess from '../../new_wx/onNotSuccess';
import { showToast } from '../../new_wx/ctrls/toastCtrl';
import SAUP_sendLogData from '../../../src/SAUP_sendLogData';
import SAMap from '../../../src/SAMap';
// import { IExposureData } from '..';
......@@ -1953,6 +1955,8 @@ export class NetManager extends ABNetManager {
* @param {IExposureData} exposure
*/
public clickLog(exposure: IExposureData): void {
const __area__ = exposure['__area__'];
delete exposure['__area__'];
const net: INetData = {
name: 'clickLog',
uri: window['duiba'] + '/log/click',
......@@ -1963,6 +1967,11 @@ export class NetManager extends ABNetManager {
hideMsg: true
};
this.send(net);
if (SAMap[__area__])
SAUP_sendLogData(SAMap[__area__]);
else
console.warn('苏宁埋点未配置')
}
/**
......
......@@ -7,7 +7,9 @@ class Main extends MainBase {
export const getlogItem = (i) =>{
const Dpm = Buried.connectDpm(110, i, 1); // 点击埋点
const Dcm = Buried.connectDcm(202, 0, 0); // 曝光埋点
return Buried.createExposure(Dpm, Dcm);
const obj = Buried.createExposure(Dpm, Dcm);
obj['__area__'] = i;
return obj;
}
window['Main'] = Main;
......
export default () => {
try {
window['SAUP'].sendLogData("click", {
tag: '',   // 必传;如果需要传拓展的信息,在tag中加一个sa-data,将需要传的内容用json格式传到sa-data
sapmodid: "请写入产品提供的 modid",    // 必传;区块编码
eleid: "请写入产品提供的 eleid"        // 必传;坑位编码
});
//这里的this必须传dom节点
} catch (e) { }
}
export default {
'1': ['bingoMapIndex', 'bingoBox'],
'2': ['bingoMapIndex', 'bingoLife'],
'5': ['bingoMapIndex', 'bingoProp'],
'19': ['bingoMapIndex', 'bingoLevel'],
'32': ['bingoMapIndex', 'bingoIndexAd'],
'33': ['bingoMapIndex', 'bingoInvite'],
'67': ['bingoMapIndex', 'bingoCoin'],
'62': ['bingoMapIndex', 'bingoGetCoin'],
'77': ['bingoMapIndex', 'bingoRedBattle'],
'57': ['bingoMapIndex', 'bingoRedPacket'],
'74': ['bingoMapIndex', 'bingoRedBoom'],
'888001': ['bingoMapIndex', 'bingoLottery'],
'888006': ['bingoMapIndex', 'bingoGetRed'],
'3': ['bingoDialog', 'bingoLifeBuy'],
'4': ['bingoDialog', 'bingoLifeAsk'],
'6': ['bingoDialog', 'bingoBoomBuy'],
'8': ['bingoDialog', 'bingoBoomCfm'],
'9': ['bingoDialog', 'bingoHammerBuy'],
'11': ['bingoDialog', 'bingoHammerCfm'],
'12': ['bingoDialog', 'bingoStepBuy'],
'14': ['bingoDialog', 'bingoStepCfm'],
'17': ['bingoDialog', 'bingoBoxGetRewd'],
'18': ['bingoDialog', 'bingoLevelExit'],
'22': ['bingoDialog', 'bingoSign'],
'23': ['bingoDialog', 'bingoSignGet'],
'24': ['bingoDialog', 'bingoSignAd'],
'25': ['bingoDialog', 'bingoGroupAd'],
'26': ['bingoDialog', 'bingoLevelAd'],
'27': ['bingoDialog', 'bingoBoxAd'],
'28': ['bingoDialog', 'bingoRankAd'],
'29': ['bingoDialog', 'bingoBeginAd'],
'30': ['bingoDialog', 'bingoExchangeLife'],
'31': ['bingoDialog', 'bingoExchangeCfm'],
'34': ['bingoDialog', 'bingoInviteShare'],
'35': ['bingoDialog', 'bingoInviteAsist'],
'37': ['bingoDialog', 'bingoInviteCfm'],
'38': ['bingoDialog', 'bingoInviteAd'],
'39': ['bingoDialog', 'bingoExchangeProp'],
'40': ['bingoDialog', 'bingoShopExchCash'],
'41': ['bingoDialog', 'bingoShopExchCfm'],
'42': ['bingoDialog', 'bingoShopExchCont'],
'44': ['bingoDialog', 'bingoLifeGoLottery'],
'45': ['bingoDialog', 'bingoLotteryStart'],
'46': ['bingoDialog', 'bingoLotteryAgain'],
'47': ['bingoDialog', 'bingoLotterGetRed'],
'48': ['bingoDialog', 'bingoLotteryAd'],
'50': ['bingoDialog', 'bingoGetRedShare'],
'51': ['bingoDialog', 'bingoGetRedAssist'],
'53': ['bingoDialog', 'bingoGetRedCfm'],
'54': ['bingoDialog', 'bingoGetRedAd'],
'55': ['bingoDialog', 'bingoBackReward'],
'56': ['bingoDialog', 'bingoBackAd'],
'59': ['bingoDialog', 'bingoRedpackCont'],
'68': ['bingoDialog', 'bingoShopInvest'],
'70': ['bingoDialog', 'bingoShopInvest10'],
'71': ['bingoDialog', 'bingoShopInvest500'],
'72': ['bingoDialog', 'bingoShopInvest1000'],
'73': ['bingoDialog', 'bingoShopCoinCfm'],
'7': ['bingoDialog', 'bingoBoom'],
'10': ['bingoDialog', 'bingoHammer'],
'13': ['bingoDialog', 'bingoStep'],
}
\ No newline at end of file
import { elementMonsterResMap } from "./something/enum/ElementType";
const elem = document.createElement('div');
/**
* @param sapmodid 区块编码
* @param eleid 坑位编码
*/
export default ([sapmodid, eleid], saData = {}) => {
try {
elem.setAttribute('sa-data', JSON.stringify(saData));
if (window['SAUP'] && window['SAUP'].sendLogData) {
window['SAUP'].sendLogData("click", {
tag: elem,   // 必传;如果需要传拓展的信息,在tag中加一个sa-data,将需要传的内容用json格式传到sa-data
sapmodid: sapmodid,    // 必传;区块编码
eleid: eleid       // 必传;坑位编码
});
}else {
console.warn('苏宁买点api错误')
}
elem.setAttribute('sa-data', '{}');
} catch (e) { }
}
......@@ -309,7 +309,7 @@ export default class MapScene extends Scene {
console.log('必须通关前面的关卡才能开启本关');
} else
PanelCtrl.instance.show('StartPanel', key);
NetManager.ins.clickLog(getlogItem(19))
NetManager.ins.clickLog(getlogItem(19));
}, this);
}
}
......@@ -1001,6 +1001,7 @@ export default class MapScene extends Scene {
this['musicBtn'].addEventListener(egret.TouchEvent.TOUCH_TAP, this.onTap_music, this);
this['recordBtn'].addEventListener(egret.TouchEvent.TOUCH_TAP, () => {
PanelCtrl.instance.show('bag');
NetManager.ins.clickLog(getlogItem(5));
}, this);
// 消消乐查询信息
......@@ -1128,7 +1129,7 @@ export default class MapScene extends Scene {
onTap_shopBtn() {
PanelCtrl.instance.show('Shop');
NetManager.ins.clickLog(getlogItem(5));
// NetManager.ins.clickLog(getlogItem(5));
}
toggleSettings() {
......
......@@ -71,6 +71,7 @@ export default class ScratchIcon extends IconBase {
*/
protected onTouchBtn(e: egret.TouchEvent) {
super.onTouchBtn(e);
NetManager.ins.clickLog(getlogItem(888006));
NetManager.ins.showLog(getlogItem(49));
NetManager.ins.scratchGetTaskInfo((success, res) => {
if(!success) {
......
......@@ -30,7 +30,7 @@ export default class TurntableIcon extends IconBase {
updateIcon(){
NetManager.ins.hc_turnableBaseInfo((success, res)=>{
NetManager.ins.clickLog(getlogItem(43));
NetManager.ins.showLog(getlogItem(43));
if(!success){
this.visible = false;
GDispatcher.dispatchEvent('updateScratchPosition');
......@@ -58,7 +58,8 @@ export default class TurntableIcon extends IconBase {
super.onTouchBtn(e);
loadSvga(getResPath() + 'resource/assets/svgas/turntable.svga').then(async (mv: any) => {
// await wait(100);
PanelCtrl.instance.show('turnTable', {mv:mv})
PanelCtrl.instance.show('turnTable', {mv:mv});
NetManager.ins.clickLog(getlogItem(888001));
})
}
......
......@@ -38,7 +38,7 @@ export default class SignItem extends eui.ItemRenderer {
this['btn'+this.data.btn].visible=true;
if(this.data.btn ==1) {
NetManager.ins.clickLog(getlogItem(22));
NetManager.ins.showLog(getlogItem(22));
}
console.log(this.data);
......
......@@ -40,7 +40,7 @@ export default class SignPanel extends Panel {
}
item['btn1'].enabled=false;
NetManager.ins.doSign((s)=>{
NetManager.ins.showLog(getlogItem(22));
NetManager.ins.clickLog(getlogItem(22));
item['btn1'].enabled=true;
wait(300).then(()=>{
NetManager.ins.getSignInfo(() => {
......
......@@ -5,8 +5,18 @@
"timestamp": 1573210800000,
"data": {
"currentRemainTimes": 0,
"currentSession": null,
"nextSession": null,
"canJoin": false
"currentSession": {
"sessionIndex": 6,
"startTime": 1573210800000,
"endTime": 1573299903000,
"limitScore": 10
},
"nextSession": {
"sessionIndex": 10,
"startTime": 1573440915952,
"endTime": 1573299903000,
"limitScore": 10
},
"canJoin": true
}
}
\ No newline at end of file
}
......@@ -7,2162 +7,6 @@
"wealth": 7960,
"totalStars": 145,
"levels": [
{
"levelNum": 1,
"maxScore": 39870,
"stars": 3
},
{
"levelNum": 2,
"maxScore": 36770,
"stars": 3
},
{
"levelNum": 3,
"maxScore": 28800,
"stars": 3
},
{
"levelNum": 4,
"maxScore": 36340,
"stars": 3
},
{
"levelNum": 5,
"maxScore": 64750,
"stars": 3
},
{
"levelNum": 6,
"maxScore": 59590,
"stars": 3
},
{
"levelNum": 7,
"maxScore": 37810,
"stars": 3
},
{
"levelNum": 8,
"maxScore": 24050,
"stars": 3
},
{
"levelNum": 9,
"maxScore": 43210,
"stars": 3
},
{
"levelNum": 10,
"maxScore": 25630,
"stars": 3
},
{
"levelNum": 11,
"maxScore": 25420,
"stars": 3
},
{
"levelNum": 12,
"maxScore": 32580,
"stars": 3
},
{
"levelNum": 13,
"maxScore": 56700,
"stars": 3
},
{
"levelNum": 14,
"maxScore": 34450,
"stars": 3
},
{
"levelNum": 15,
"maxScore": 42080,
"stars": 3
},
{
"levelNum": 16,
"maxScore": 18990,
"stars": 3
},
{
"levelNum": 17,
"maxScore": 51180,
"stars": 3
},
{
"levelNum": 18,
"maxScore": 38390,
"stars": 3
},
{
"levelNum": 19,
"maxScore": 20160,
"stars": 3
},
{
"levelNum": 20,
"maxScore": 55860,
"stars": 3
},
{
"levelNum": 21,
"maxScore": 21630,
"stars": 3
},
{
"levelNum": 22,
"maxScore": 115670,
"stars": 3
},
{
"levelNum": 23,
"maxScore": 26840,
"stars": 3
},
{
"levelNum": 24,
"maxScore": 39310,
"stars": 3
},
{
"levelNum": 25,
"maxScore": 28010,
"stars": 3
},
{
"levelNum": 26,
"maxScore": 36710,
"stars": 3
},
{
"levelNum": 27,
"maxScore": 37610,
"stars": 3
},
{
"levelNum": 28,
"maxScore": 67430,
"stars": 3
},
{
"levelNum": 29,
"maxScore": 118210,
"stars": 3
},
{
"levelNum": 30,
"maxScore": 52800,
"stars": 3
},
{
"levelNum": 31,
"maxScore": 32060,
"stars": 3
},
{
"levelNum": 32,
"maxScore": 15000,
"stars": 3
},
{
"levelNum": 33,
"maxScore": 36350,
"stars": 3
},
{
"levelNum": 34,
"maxScore": 35930,
"stars": 3
},
{
"levelNum": 35,
"maxScore": 69590,
"stars": 3
},
{
"levelNum": 36,
"maxScore": 65520,
"stars": 3
},
{
"levelNum": 37,
"maxScore": 72220,
"stars": 3
},
{
"levelNum": 38,
"maxScore": 46450,
"stars": 3
},
{
"levelNum": 39,
"maxScore": 46340,
"stars": 3
},
{
"levelNum": 40,
"maxScore": 50220,
"stars": 3
},
{
"levelNum": 41,
"maxScore": 35080,
"stars": 3
},
{
"levelNum": 42,
"maxScore": 20690,
"stars": 3
},
{
"levelNum": 43,
"maxScore": 22950,
"stars": 3
},
{
"levelNum": 44,
"maxScore": 32270,
"stars": 3
},
{
"levelNum": 45,
"maxScore": 77730,
"stars": 3
},
{
"levelNum": 46,
"maxScore": 37680,
"stars": 3
},
{
"levelNum": 47,
"maxScore": 53230,
"stars": 3
},
{
"levelNum": 48,
"maxScore": 58830,
"stars": 3
},
{
"levelNum": 49,
"maxScore": 95480,
"stars": 3
},
{
"levelNum": 50,
"maxScore": 74370,
"stars": 3
},
{
"levelNum": 51,
"maxScore": 59300,
"stars": 3
},
{
"levelNum": 52,
"maxScore": 54770,
"stars": 3
},
{
"levelNum": 53,
"maxScore": 25710,
"stars": 3
},
{
"levelNum": 54,
"maxScore": 39220,
"stars": 3
},
{
"levelNum": 55,
"maxScore": 52860,
"stars": 3
},
{
"levelNum": 56,
"maxScore": 74730,
"stars": 3
},
{
"levelNum": 57,
"maxScore": 44770,
"stars": 3
},
{
"levelNum": 58,
"maxScore": 44610,
"stars": 3
},
{
"levelNum": 59,
"maxScore": 72310,
"stars": 3
},
{
"levelNum": 60,
"maxScore": 47880,
"stars": 3
},
{
"levelNum": 61,
"maxScore": 89810,
"stars": 3
},
{
"levelNum": 62,
"maxScore": 24420,
"stars": 3
},
{
"levelNum": 63,
"maxScore": 36960,
"stars": 3
},
{
"levelNum": 64,
"maxScore": 31840,
"stars": 3
},
{
"levelNum": 65,
"maxScore": 74220,
"stars": 3
},
{
"levelNum": 66,
"maxScore": 176910,
"stars": 3
},
{
"levelNum": 67,
"maxScore": 61010,
"stars": 3
},
{
"levelNum": 68,
"maxScore": 47900,
"stars": 3
},
{
"levelNum": 69,
"maxScore": 39940,
"stars": 3
},
{
"levelNum": 70,
"maxScore": 55620,
"stars": 3
},
{
"levelNum": 71,
"maxScore": 23480,
"stars": 3
},
{
"levelNum": 72,
"maxScore": 44670,
"stars": 3
},
{
"levelNum": 73,
"maxScore": 57750,
"stars": 3
},
{
"levelNum": 74,
"maxScore": 53350,
"stars": 3
},
{
"levelNum": 75,
"maxScore": 27430,
"stars": 3
},
{
"levelNum": 76,
"maxScore": 34370,
"stars": 3
},
{
"levelNum": 77,
"maxScore": 41730,
"stars": 3
},
{
"levelNum": 78,
"maxScore": 33080,
"stars": 3
},
{
"levelNum": 79,
"maxScore": 16860,
"stars": 3
},
{
"levelNum": 80,
"maxScore": 35460,
"stars": 3
},
{
"levelNum": 81,
"maxScore": 47380,
"stars": 3
},
{
"levelNum": 82,
"maxScore": 39230,
"stars": 3
},
{
"levelNum": 83,
"maxScore": 33710,
"stars": 3
},
{
"levelNum": 84,
"maxScore": 49520,
"stars": 3
},
{
"levelNum": 85,
"maxScore": 55970,
"stars": 3
},
{
"levelNum": 86,
"maxScore": 94160,
"stars": 3
},
{
"levelNum": 87,
"maxScore": 49370,
"stars": 3
},
{
"levelNum": 88,
"maxScore": 41570,
"stars": 3
},
{
"levelNum": 89,
"maxScore": 34480,
"stars": 3
},
{
"levelNum": 90,
"maxScore": 77170,
"stars": 3
},
{
"levelNum": 91,
"maxScore": 36230,
"stars": 3
},
{
"levelNum": 92,
"maxScore": 36890,
"stars": 3
},
{
"levelNum": 93,
"maxScore": 33800,
"stars": 3
},
{
"levelNum": 94,
"maxScore": 34200,
"stars": 3
},
{
"levelNum": 95,
"maxScore": 39460,
"stars": 3
},
{
"levelNum": 96,
"maxScore": 30800,
"stars": 2
},
{
"levelNum": 97,
"maxScore": 62330,
"stars": 3
},
{
"levelNum": 98,
"maxScore": 43080,
"stars": 3
},
{
"levelNum": 99,
"maxScore": 43850,
"stars": 3
},
{
"levelNum": 100,
"maxScore": 58060,
"stars": 3
},
{
"levelNum": 101,
"maxScore": 33440,
"stars": 3
},
{
"levelNum": 102,
"maxScore": 37070,
"stars": 3
},
{
"levelNum": 103,
"maxScore": 80120,
"stars": 3
},
{
"levelNum": 104,
"maxScore": 37370,
"stars": 3
},
{
"levelNum": 105,
"maxScore": 63770,
"stars": 3
},
{
"levelNum": 106,
"maxScore": 118590,
"stars": 3
},
{
"levelNum": 107,
"maxScore": 43040,
"stars": 3
},
{
"levelNum": 108,
"maxScore": 116110,
"stars": 3
},
{
"levelNum": 109,
"maxScore": 94310,
"stars": 3
},
{
"levelNum": 110,
"maxScore": 61970,
"stars": 3
},
{
"levelNum": 111,
"maxScore": 44820,
"stars": 3
},
{
"levelNum": 112,
"maxScore": 70240,
"stars": 3
},
{
"levelNum": 113,
"maxScore": 37160,
"stars": 3
},
{
"levelNum": 114,
"maxScore": 87000,
"stars": 3
},
{
"levelNum": 115,
"maxScore": 37340,
"stars": 3
},
{
"levelNum": 116,
"maxScore": 107460,
"stars": 3
},
{
"levelNum": 117,
"maxScore": 48130,
"stars": 3
},
{
"levelNum": 118,
"maxScore": 67190,
"stars": 3
},
{
"levelNum": 119,
"maxScore": 52010,
"stars": 3
},
{
"levelNum": 120,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 121,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 122,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 123,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 124,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 125,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 126,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 127,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 128,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 129,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 130,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 131,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 132,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 133,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 134,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 135,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 136,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 137,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 138,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 139,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 140,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 141,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 142,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 143,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 144,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 145,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 146,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 147,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 148,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 149,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 150,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 151,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 152,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 153,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 154,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 155,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 156,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 157,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 158,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 159,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 160,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 161,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 162,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 163,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 164,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 165,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 166,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 167,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 168,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 169,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 170,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 171,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 172,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 173,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 174,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 175,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 176,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 177,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 178,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 179,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 180,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 181,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 182,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 183,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 184,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 185,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 186,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 187,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 188,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 189,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 190,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 191,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 192,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 193,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 194,
"maxScore": 47440,
"stars": 3
},
{
"levelNum": 195,
"maxScore": 47440,
"stars": 2
},
{
"levelNum": 196,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 197,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 198,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 199,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 200,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 201,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 202,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 203,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 204,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 205,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 206,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 207,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 208,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 209,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 210,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 211,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 212,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 213,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 214,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 215,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 216,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 217,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 218,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 219,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 220,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 221,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 222,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 223,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 224,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 225,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 226,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 227,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 228,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 229,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 230,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 231,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 232,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 233,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 234,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 235,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 236,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 237,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 238,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 239,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 240,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 241,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 242,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 243,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 244,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 245,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 246,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 247,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 248,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 249,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 250,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 251,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 252,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 253,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 254,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 255,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 256,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 257,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 258,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 259,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 260,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 261,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 262,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 263,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 264,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 265,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 266,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 267,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 268,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 269,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 270,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 271,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 272,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 273,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 274,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 275,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 276,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 277,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 278,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 279,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 280,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 281,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 282,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 283,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 284,
"maxScore": 47440,
"stars": 1
}
,
{
"levelNum": 285,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 286,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 287,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 288,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 289,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 290,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 291,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 292,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 293,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 294,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 295,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 296,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 297,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 298,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 299,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 300,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 301,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 302,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 303,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 304,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 305,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 306,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 307,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 308,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 309,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 310,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 311,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 312,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 313,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 314,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 315,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 316,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 317,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 318,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 319,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 320,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 321,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 322,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 323,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 324,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 325,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 326,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 327,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 328,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 329,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 330,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 331,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 332,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 333,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 334,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 335,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 336,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 337,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 338,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 339,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 340,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 341,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 342,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 343,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 344,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 345,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 346,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 347,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 348,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 349,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 350,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 351,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 352,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 353,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 354,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 355,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 356,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 357,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 358,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 359,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 360,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 361,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 362,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 363,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 364,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 365,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 366,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 367,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 368,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 369,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 370,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 371,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 372,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 373,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 374,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 375,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 376,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 377,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 378,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 379,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 380,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 381,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 382,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 383,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 384,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 385,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 386,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 387,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 388,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 389,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 390,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 391,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 392,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 393,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 394,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 395,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 396,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 397,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 398,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 399,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 400,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 401,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 402,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 403,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 404,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 405,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 406,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 407,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 408,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 409,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 410,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 411,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 412,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 413,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 414,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 415,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 416,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 417,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 418,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 419,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 420,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 421,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 422,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 423,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 424,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 425,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 426,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 427,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 428,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 429,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 430,
"maxScore": 47440,
"stars": 1
}
],
"remainProp": [
......
......@@ -4,7 +4,7 @@
"desc":"OK",
"timestamp":1566546925981,
"data":{
"option": {
"opt1ion": {
"id": "41",
"day": null,
"realValue":999,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment