This commit is contained in:
@@ -24,6 +24,11 @@ const (
|
||||
AgentOpenAPIWalletCurrencyCNY = "CNY" // 人民币币种
|
||||
)
|
||||
|
||||
// 代理开放接口业务提示
|
||||
const (
|
||||
AgentOpenAPIResumeOnlyMachineSeparatedMessage = "仅允许机卡分离状态下的卡复机" // 仅允许机卡分离停机卡复机
|
||||
)
|
||||
|
||||
// AgentOpenAPICardStatusName 返回开放接口卡状态名称
|
||||
func AgentOpenAPICardStatusName(status string) string {
|
||||
switch status {
|
||||
|
||||
Reference in New Issue
Block a user