Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
7 years ago
Commit
6e0246b987e7bb4b3cd7ba9a7fb4e5f7a67d4d2c
1 parent
28a153aa
store
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
apps/api/router.js
apps/api/router.js
View file @
6e0246b
...
...
@@ -44,9 +44,9 @@ router.get('/product/shop/hfxRaNY27L.txt', miniapp.verify);
router
.
get
(
'/product/hfxRaNY27L.txt'
,
miniapp
.
verify
);
// 线下店使用的域名验证文件
router
.
get
(
'/OFRuhJ43rY.txt'
,
miniapp
.
verify
);
router
.
get
(
'/activity/OFRuhJ43rY.txt'
,
miniapp
.
verify
);
router
.
get
(
'/product/shop/OFRuhJ43rY.txt'
,
miniapp
.
verify
);
router
.
get
(
'/product/OFRuhJ43rY.txt'
,
miniapp
.
verify
);
router
.
get
(
'/OFRuhJ43rY.txt'
,
miniapp
.
store
);
router
.
get
(
'/activity/OFRuhJ43rY.txt'
,
miniapp
.
store
);
router
.
get
(
'/product/shop/OFRuhJ43rY.txt'
,
miniapp
.
store
);
router
.
get
(
'/product/OFRuhJ43rY.txt'
,
miniapp
.
store
);
module
.
exports
=
router
;
...
...
Please
register
or
login
to post a comment