Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
browser-backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
browser-backend
Commits
bfa2888a
Commit
bfa2888a
authored
Jul 24, 2020
by
xuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改充值赠送与地狱ip价格相关
parent
3802ecfc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
126 additions
and
75 deletions
+126
-75
PayBackServiceController.java
...rbackend/account/controller/PayBackServiceController.java
+29
-0
PayBackService.java
.../edgec/browserbackend/account/service/PayBackService.java
+15
-0
PayBackServiceImpl.java
...owserbackend/account/service/impl/PayBackServiceImpl.java
+26
-0
ipOptions.json
src/main/resources/ipOptions.json
+56
-75
No files found.
src/main/java/com/edgec/browserbackend/account/controller/PayBackServiceController.java
0 → 100644
View file @
bfa2888a
package
com
.
edgec
.
browserbackend
.
account
.
controller
;
import
com.edgec.browserbackend.account.service.PayBackService
;
import
com.edgec.browserbackend.browser.domain.PayBack
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.GetMapping
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RestController
;
import
java.util.List
;
/**
* @author xuxin
* @date 2020/7/24 15:19
* @description 充值满赠
*/
@RestController
@RequestMapping
(
"/payback"
)
public
class
PayBackServiceController
{
@Autowired
private
PayBackService
payBackService
;
@GetMapping
(
path
=
"/all"
)
public
List
<
PayBack
>
getAll
()
{
return
payBackService
.
findAll
();
}
}
src/main/java/com/edgec/browserbackend/account/service/PayBackService.java
0 → 100644
View file @
bfa2888a
package
com
.
edgec
.
browserbackend
.
account
.
service
;
import
com.edgec.browserbackend.browser.domain.PayBack
;
import
java.util.List
;
/**
* @author xuxin
* @date 2020/7/24 15:14
* @description
*/
public
interface
PayBackService
{
List
<
PayBack
>
findAll
();
}
src/main/java/com/edgec/browserbackend/account/service/impl/PayBackServiceImpl.java
0 → 100644
View file @
bfa2888a
package
com
.
edgec
.
browserbackend
.
account
.
service
.
impl
;
import
com.edgec.browserbackend.account.service.PayBackService
;
import
com.edgec.browserbackend.browser.domain.PayBack
;
import
com.edgec.browserbackend.browser.repository.PayBackRepository
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.stereotype.Service
;
import
java.util.List
;
/**
* @author xuxin
* @date 2020/7/24 15:15
* @description
*/
@Service
public
class
PayBackServiceImpl
implements
PayBackService
{
@Autowired
private
PayBackRepository
payBackRepository
;
@Override
public
List
<
PayBack
>
findAll
()
{
return
payBackRepository
.
findAll
();
}
}
src/main/resources/ipOptions.json
View file @
bfa2888a
...
@@ -50,123 +50,111 @@
...
@@ -50,123 +50,111 @@
"本地"
"本地"
]
]
},
},
"ipPlatForm"
:
{
"ipPlatForm"
:
{
"中国随机"
:
[
"中国随机"
:
[
"阿里云-68-38"
,
"阿里云-68-49"
,
"腾讯云-68-49"
"腾讯云-68-38"
],
],
"杭州"
:
[
"杭州"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"上海"
:
[
"上海"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"深圳"
:
[
"深圳"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"广州"
:
[
"广州"
:
[
"阿里云-68-
38
"
,
"阿里云-68-
49
"
,
"腾讯云-68-
38
"
"腾讯云-68-
49
"
],
],
"北京"
:
[
"北京"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"青岛"
:
[
"青岛"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"张家口"
:
[
"张家口"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"呼和浩特"
:
[
"呼和浩特"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"成都"
:
[
"成都"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"河源"
:
[
"河源"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"香港"
:
[
"香港"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"美国随机"
:
[
"美国随机"
:
[
"阿里云-58-
38
"
,
"阿里云-58-
49
"
,
"亚马逊云-58-
38
"
"亚马逊云-58-
49
"
],
],
"加利福尼亚"
:
[
"加利福尼亚"
:
[
"亚马逊云-58-
38
"
,
"亚马逊云-58-
49
"
,
"阿里云-58-
38
"
"阿里云-58-
49
"
],
],
"弗吉尼亚"
:
[
"弗吉尼亚"
:
[
"阿里云-58-
38
"
,
"阿里云-58-
49
"
,
"亚马逊云-58-
38
"
"亚马逊云-58-
49
"
],
],
"俄勒冈"
:
[
"俄勒冈"
:
[
"亚马逊云-58-
38
"
"亚马逊云-58-
49
"
],
],
"俄亥俄"
:
[
"俄亥俄"
:
[
"亚马逊云-58-
38
"
"亚马逊云-58-
49
"
],
],
"英国-伦敦"
:
[
"英国-伦敦"
:
[
"阿里云-88-
38
"
,
"阿里云-88-
49
"
,
"亚马逊云-88-
38
"
"亚马逊云-88-
49
"
],
],
"德国-法兰克福"
:
[
"德国-法兰克福"
:
[
"阿里云-88-
38
"
,
"阿里云-88-
49
"
,
"亚马逊云-88-
38
"
"亚马逊云-88-
49
"
],
],
"俄罗斯-莫斯科"
:
[
"俄罗斯-莫斯科"
:
[
"腾讯云-88-
38
"
"腾讯云-88-
49
"
],
],
"法国-巴黎"
:
[
"法国-巴黎"
:
[
"亚马逊云-88-
38
"
"亚马逊云-88-
49
"
],
],
"日本-东京"
:
[
"日本-东京"
:
[
"阿里云-88-
38
"
,
"阿里云-88-
49
"
,
"亚马逊云-88-
38
"
"亚马逊云-88-
49
"
],
],
"新加坡"
:
[
"新加坡"
:
[
"阿里云-88-
38
"
"阿里云-88-
49
"
],
],
"澳大利亚-悉尼"
:
[
"澳大利亚-悉尼"
:
[
"阿里云-88-
38
"
,
"阿里云-88-
49
"
,
"亚马逊云-68-
38
"
"亚马逊云-68-
49
"
],
],
"马来西亚-吉隆坡"
:
[
"马来西亚-吉隆坡"
:
[
"阿里云-88-
38
"
"阿里云-88-
49
"
],
],
"印度尼西亚-雅加达"
:
[
"印度尼西亚-雅加达"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"孟买"
:
[
"孟买"
:
[
"阿里云-68-
38
"
"阿里云-68-
49
"
],
],
"加拿大"
:
[
"加拿大"
:
[
"亚马逊云-68-
38
"
"亚马逊云-68-
49
"
],
],
"巴西-圣保罗"
:
[
"巴西-圣保罗"
:
[
"亚马逊云-68-
38
"
"亚马逊云-68-
49
"
],
],
"迪拜"
:
[
"迪拜"
:
[
"阿里云-88-
38
"
"阿里云-88-
49
"
],
],
"本地"
:
[
"本地"
:
[
"本地ip-0-0"
"本地ip-0-0"
]
]
},
},
"supportedPlatForm"
:
{
"supportedPlatForm"
:
{
"中国随机"
:
{
"中国随机"
:
{
"阿里云"
:
[
"阿里云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -385,7 +373,6 @@
...
@@ -385,7 +373,6 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"香港"
:
{
"香港"
:
{
"阿里云"
:
[
"阿里云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -422,7 +409,6 @@
...
@@ -422,7 +409,6 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"美国随机"
:
{
"美国随机"
:
{
"阿里云"
:
[
"阿里云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -561,7 +547,6 @@
...
@@ -561,7 +547,6 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"英国-伦敦"
:
{
"英国-伦敦"
:
{
"阿里云"
:
[
"阿里云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -666,7 +651,6 @@
...
@@ -666,7 +651,6 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"日本-东京"
:
{
"日本-东京"
:
{
"阿里云"
:
[
"阿里云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -807,7 +791,6 @@
...
@@ -807,7 +791,6 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"孟买"
:
{
"孟买"
:
{
"阿里云"
:
[
"阿里云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -826,7 +809,6 @@
...
@@ -826,7 +809,6 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"加拿大"
:
{
"加拿大"
:
{
"亚马逊云"
:
[
"亚马逊云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -863,7 +845,6 @@
...
@@ -863,7 +845,6 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"迪拜"
:
{
"迪拜"
:
{
"阿里云"
:
[
"阿里云"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
...
@@ -882,24 +863,24 @@
...
@@ -882,24 +863,24 @@
"其他平台-0"
"其他平台-0"
]
]
},
},
"本地"
:
{
"本地"
:
{
"本地"
:
[
"本地"
:
[
"亚马逊-1"
,
"亚马逊-1"
,
"ebay-1"
,
"ebay-1"
,
"全球速卖通-1"
,
"全球速卖通-1"
,
"Wish-1"
,
"Wish-1"
,
"Shopee-1"
,
"Shopee-1"
,
"Lazada-1"
,
"Lazada-1"
,
"CDiscount-1"
,
"CDiscount-1"
,
"Joom-1"
,
"Joom-1"
,
"Vova-1"
,
"Vova-1"
,
"乐天-1"
,
"乐天-1"
,
"Ozon-1"
,
"Ozon-1"
,
"FactoryMarket-1"
,
"FactoryMarket-1"
,
"PayPal-1"
,
"PayPal-1"
,
"其他平台-1"
"其他平台-1"
]}
]
}
},
},
"ipDurations"
:
[
"ipDurations"
:
[
"1周"
,
"1周"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment