Commit 5de3c0f5 authored by wildfirecode13's avatar wildfirecode13

111

parent 57504044
{
"code": "600005",
"data": {
"extra": "ob1111ject",
"extra": "object",
"options": [
{
"extra": "increase-credits",
......
{
"code": null,
"data": {
"needPop":1,
"needPop":0,
"activityOver": false,
"surplusCount": 1,
"credits": 0,
"credits": 111110,
"needCredits": 1,
"type": 1,
"options": [{
......
{"code":null,"data":0,"message":null,"success":true}
\ No newline at end of file
{"code":null,"data":1,"message":null,"success":true}
\ No newline at end of file
......@@ -24,8 +24,8 @@ class TuiaAutoUpload {
var _this = this;
this.client = new OSS({
region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI4Fw25WcfcGv7FvcHoiHK',
accessKeySecret: 'NZk1NtT9J5HFaAolNbtQdzTzLLvLYm',
accessKeyId: 'LTAI5tLEo6SbjfmNPmH7Mz3o',
accessKeySecret: '8yZ6nVMg56DEupEEMRl6rz1DcpG2R7',
bucket: _this.type === 'prod' ? 'duiba' : 'daily-duiba'
});
this.bar = new ProgressBar(chalk.yellow(` 文件上传中 [:bar] :current/${this.files().length} :percent :elapseds`), {
......
......@@ -40,8 +40,8 @@ function uploadSingleJs(url) {
var client = new OSS({
region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI4Fw25WcfcGv7FvcHoiHK',
accessKeySecret: 'NZk1NtT9J5HFaAolNbtQdzTzLLvLYm',
accessKeyId: 'LTAI5tLEo6SbjfmNPmH7Mz3o',
accessKeySecret: '8yZ6nVMg56DEupEEMRl6rz1DcpG2R7',
bucket: 'duiba'
})
var originFile;
......
......@@ -831,5 +831,5 @@ export const ResJson = {
}
}
],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1631957256/resource/"
"path": "https://yun.duiba.com.cn/db_games/activity/template/1631958815/resource/"
}
\ No newline at end of file
......@@ -888,7 +888,7 @@ export const SkinJson = {
"y": 565,
"type": "text",
"props": {
"text": "请在中奖后24小时内领取~",
"text": "请在中奖后24小时内领取并填写地址提交~",
"size": 22,
"fillColor": "#000000",
"textAlpha": 1
......
......@@ -127,7 +127,7 @@ export class IndexScene extends Scene {
if(result.data.needPop){
setTimeout(() => {
showPanel(SharePanel);
}, 4000);
}, 10);
}
}
......
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