Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config_repository
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
config_repository
Commits
287d7524
Commit
287d7524
authored
Dec 22, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
passortapi2
parent
0732fd7d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
traffic-webapp.properties
java/traffic-webapp.properties
+1
-1
user-credit.properties
java/user-credit.properties
+1
-1
xyqb-mall.properties
java/xyqb-mall.properties
+1
-1
op-api.js
nodejs/op-api.js
+1
-1
mall-ui.js
ui/mall-ui.js
+1
-1
new-xyqb-user-ui.js
ui/new-xyqb-user-ui.js
+1
-1
No files found.
java/traffic-webapp.properties
View file @
287d7524
...
...
@@ -40,6 +40,6 @@ domains.traffic=http://flow.xyqb.com
# fendan
domains.dispatch
=
https://fendan
# xyqb-user2
domains.passportapi2
=
http://xyqb-user
2
domains.passportapi2
=
http://xyqb-user
# userqry.xyqb.com
domains.userqry
=
http://192.168.4.13:7042
java/user-credit.properties
View file @
287d7524
...
...
@@ -14,4 +14,4 @@ xyqb.data.mysql.max-pool-size=20
xyqb.filter.allowedOrigin
=
*
xyqb.filter.allowedHeaders
=
Origin, No-Cache, x-auth-token, X-Requested-With, If-Modified-Since, Pragma, Last-Modified, Cache-Control, Expires, Content-Type,Authorization
xyqb.data.redis.defaultExpiration
=
3600
usersys.url
=
http://passportapi2.xyqb.com
\ No newline at end of file
usersys.url
=
http://xyqb-user
\ No newline at end of file
java/xyqb-mall.properties
View file @
287d7524
...
...
@@ -133,7 +133,7 @@ xyqb.yb.scanCode.returnUrl = http://bt.xyqb.com/youbao/order-detail
yb.activity.id
=
200
xyqb.yb.appid
=
fd8c227eaaa9b858425792d4e9bbedd8
xyqb.yb.key
=
cb0d963764984f61c571e8773065c659
usersys.url
=
http://
passportapi.xyqb.com
usersys.url
=
http://
xyqb-user
baitiao.active.error
=
https://mall.xyqb.com/activate-status
xyqb.invoice.url
=
http://221.239.34.154:10001/InvoiceTest/InvoiceService?wsdl
xyqb.invoice.user
=
test
...
...
nodejs/op-api.js
View file @
287d7524
...
...
@@ -9,7 +9,7 @@ module.exports = {
boHai_api
:
'
http://fundmanage.xyqb.com
'
,
btDirect_api
:
'
http://internal.btzt.xyqb.com
'
,
sms_api
:
'
http://backend.xyqb.com
'
,
userCenter_api
:
'
https://passportapi.xyqb.com
'
,
userCenter_api
:
'
https://passportapi
2
.xyqb.com
'
,
zbj_api
:
'
http://taurus.quantgroup.cn/
'
,
gdxd_api
:
'
http://192.168.4.161:7005
'
},
...
...
ui/mall-ui.js
View file @
287d7524
...
...
@@ -7,7 +7,7 @@ var offline = protocol + '//off.xyqb.com/';
var
btUrl
=
protocol
+
'
//bt.xyqb.com
'
;
var
domain
=
'
.xyqb.com
'
;
var
xyqbUserUrl
=
protocol
+
'
//passport.xyqb.com
'
;
var
xyqbUserApi
=
protocol
+
'
//passportapi.xyqb.com
'
;
var
xyqbUserApi
=
protocol
+
'
//passportapi
2
.xyqb.com
'
;
var
xjdApi
=
protocol
+
'
//api.xyqb.com
'
;
module
.
exports
=
{
...
...
ui/new-xyqb-user-ui.js
View file @
287d7524
let
protocol
=
window
.
location
.
protocol
module
.
exports
=
{
api
:
protocol
+
"
//passportapi.xyqb.com
"
,
api
:
protocol
+
"
//passportapi
2
.xyqb.com
"
,
weixinAppid
:
'
wx89894cd83d117b26
'
,
weixinUri
:
protocol
+
'
//wechattest.xyqb.com/wechat/receiveCode/extdata/
'
,
test
:
true
,
...
...
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