feat(user): 添加临时固定账户

This commit is contained in:
2024-11-24 02:07:37 +08:00
parent f80c0812f0
commit 6f77085c72
2 changed files with 19 additions and 11 deletions

View File

@@ -507,7 +507,6 @@ func processResponse(resp []byte, apiID string) ([]byte, error) {
}
func processG09SC02Response(resp []byte) ([]byte, error) {
// 使用 GJSON 递归搜索 "maritalStatus" 字段
result := gjson.GetBytes(resp, "data.0.maritalStatus")
if result.Exists() {