package otc_holdstatus // otc 账户状态 const ( Frozen = 1 // 冻结 Normal = 3 // 正常 )