GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
yn-bftl-byx
/
common
Browse code
修改工程及路由
master
1 parent
efc24f4
commit
4e313fb6a48c5a05eb1e3ec19d11ab9ab2113b78
steven
authored
on 22 Aug
Patch
Showing
2 changed files
settings.gradle
src/main/java/com/yn/bftl/common/common/util/ByxRouteUtil.java
Ignore Space
Show notes
View
settings.gradle
rootProject.name = 'yn-byx-common'
rootProject.name = 'yn-bftl-common'
Ignore Space
Show notes
View
src/main/java/com/yn/bftl/common/common/util/ByxRouteUtil.java
0 → 100644
package com.yn.bftl.common.common.util; public class ByxRouteUtil { // 电子账簿-修改交易授权码 public final static String ROUTE_WALLET_UPAPI_ACCT_PASSWORDS_MODIFY = "gnete.wallbc.WallbcOpenapi102TransRpcService.modifyPwd"; // 电子账簿-重置交易授权码-获取短信验证码 public final static String ROUTE_WALLET_UPAPI_ACCT_PASSWORD_SMS_CODES = "gnete.wallbc.WallbcOpenapi102TransRpcService.resetBtypeAcctPwd"; }
Show line notes below