Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
system_pay
Project
Project
Details
Activity
Releases
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
王沛
system_pay
57ab31a486d45b719741b135bee9d8711d80ed93
57ab31a486d45b719741b135bee9d8711d80ed93
Switch branch/tag
system_pay
controller
base
code.go
Find file
Normal view
History
Permalink
code.go
125 Bytes
Edit
Web IDE
Newer
Older
拉卡拉统一支付新项目
f5365530
wangp
committed
2 years ago
1
2
3
4
5
6
package
base
/*
返回码
*/
const
(
整理代码
cac8c9ca
wangp
committed
2 years ago
7
8
9
Success
=
0
//请求成功
ServerError
=
9
//服务器错误
Warning
=
1
//警告
拉卡拉统一支付新项目
f5365530
wangp
committed
2 years ago
10
)